/**
 * Previews
 */
#wrapper #content-subpage #content #blot
{
	position: absolute;
	top: -13px;
	right: -13px;
	background: url( '../img/previews/blot.gif' ) no-repeat top left;
	width: 296px;
	height: 388px;
	overflow: hidden;
}

#wrapper #content-subpage #content #preview
{
	position: absolute;
	top: 10px;
	right: 0;
	background-repeat: no-repeat top left;
	background-position: top left;
	width: 260px;
	height: 350px;
	overflow: hidden;
}

#wrapper #content-subpage #content #preview-text
{
	position: absolute;
	top: 375px;
	right: 0;
	font: bold 11px Arial, sans-serif;
	text-align: center;
	width: 260px;
	padding-bottom: 30px;
}

#wrapper #content-subpage #content #thumbs
{
	list-style: none;
	position: absolute;
	top: 10px;
	left: 35px;
	width: 150px;
	padding: 0;
	margin: 0;
}

#wrapper #content-subpage #content #thumbs li
{
	float: left;
	width: 62px;
	height: 82px;
	overflow: hidden;
	margin: 0 7px 7px 0;
}

#wrapper #content-subpage #content #thumbs li a
{
	display: block;
	border: 1px solid #CEBDAD;
	background-repeat: no-repeat;
	background-position: top left;
	width: 60px;
	height: 80px;
	overflow: hidden;
	filter: alpha( opacity=80 );
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#wrapper #content-subpage #content #thumbs li a:hover
{
	border: 1px solid #A98;
	filter: alpha( opacity=100 );
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#wrapper #content-subpage #content #thumbs li a span
{
	display: none;
}