/* Gallery Dancer
----------------------------------------------- */

.artist_content #previews {
	width: 480px;
	float: right;
	margin: 10px 0px ;
	position:absolute;
	top: 260px;
	left: 440px;
}

.artist_content #thumbnails {
	clear: both;
	margin: 10px auto;
}

.artist_content #thumbnails div {
	position: relative;
	float: left;
	margin: 7px;
	padding: 0;
	float: left;
	display:inline;
}

.artist_content #thumbnails img {
	width: 80px;
	height:100px;
	float: left;
	border: solid 1px #000;
}

#picture {
	padding: 0px;
	width: 400px;
	float: left;
	margin: 0px;
	border: 1px solid #9A0050;
}

#mainImage {
	width: 400px;
	height: 436px;
	float:left;
}

#picture img {
}

.selectedThumbnail {  border: solid 1px #9a0050 !important; }

.inFocus {  border: solid 1px #9a0050 !important; }

#hidden{
	display:none;
}
