.buttons
{
	
}

.buttons > div
{
	float: left;
	padding: 0 15px 10px 0;
}

#overlay a.original
{
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: white;
	color: #474950;
	border-radius: 5px;
	padding: 5px 8px 6px;
	opacity: 0.4;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
}

#overlay a.original:hover
{
	opacity: 1;
}

#overlay a.original img,
#overlay a.original span
{
	display: inline;
	float: none;
	clear: none;
	vertical-align: middle;
}

#overlay a.original img
{
	background-color: transparent;
	height: 15px;
}

#overlay a.original span
{
	padding-left: 5px;
	font-weight: bold;
}

#overlay #details
{
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	z-index: 5;
	background-color: white;
	margin: 0;
	padding: 12px 0;
	border-radius: 0 0 2px 2px;
}

#overlay #details #buttons
{
	float: left;
	clear: none;
	padding: 0 12px;
}

#overlay a.tool.next
{
	margin-right: 10px;
}

#overlay #details #buttons,
#overlay #details #caption,
#overlay #details #versions
{
	float: left;
	width: 31%;
	margin: 0 1%;
	padding: 0;
	height: 100%;
}

#overlay #details #caption
{
	display: block;
	float: left;
	clear: both;
	margin: 0;
	float: left;
	clear: none;
	text-align: center;
}

#overlay #details #caption p
{
	margin: 0;
	padding: 4px 0 0;
	clear: both;
}

#overlay #details #caption p span
{
	font-weight: bold;
	color: #808080;
}

#overlay #details #caption p span span
{
	color: black;	
}

#overlay #details #versions
{
	padding: 0 10px;
	float: right;
}

#overlay #details #versions ul.selector
{
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}

#overlay #details #versions ul.selector li
{
	width: auto;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#overlay #details #versions ul.selector li a
{
	margin: 0;
	padding: 3px 5px 3px 5px;
	border: 0;
	font-weight: normal;
}

#overlay #details #versions ul.selector li:first-child a
{
	border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px;
}

#overlay #details #versions ul.selector li:last-child a
{
	border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0;
}