/******************************************************************************************************************

Secrets Clubs : Dancers Stylesheet

Developed by Matthew Hill, September 2006
Copyright Nixon McInnes (c) 2006
http://www.nixonmcinnes.co.uk

******************************************************************************************************************/


/******************************************************************************************************************
THUMBNAILS / ENLARGEMENTS
******************************************************************************************************************/

#imgthumbs {
	width:128px;
	float:left;
}

#imgthumbs img {
	display:block;
	border:none;
	padding:0;
}

#imgthumbs a {
	float:left;
	display:block;
	padding:1px;
	margin:0 4px 4px 0;
	background:#8F41A8;
}

#imgthumbs a:hover {
	background:#FFDE00;
}

#imgzoom {
	width:369px;
	height:500px;
	overflow:hidden;
	float:left;
	background:#8F41A8;
}

#imglarge {
	display:block;
	margin:0;
	width:367px;
	height:498px;
}

#imgcomment 
{
	width:269px;
	min-height:114px;
	float:right;
	color: White;
	margin:10px 0 0 0;
	padding: 15px 50px 0 50px;
	background: url(../images/quotes.gif) no-repeat;
	vertical-align: middle;
	text-align:center;
}

#imgcommenthidden
{
    display: none;
}
