/* -------------------------- DETAILS PAGE -------------------------- */

.square_thumb {
	width:51px; 
	height:51px; 
	background-color:#99E1F3; 
	float:left; 
	margin:0px 7px 7px 0px;
}

.first_thumb {
	margin:0px 6px 7px 0px;
}

.last_thumb {
	margin:0px 0px 7px -1px;
}

.square_thumb img {
	cursor:hand;
}

#right_imageblock {
	position:static;
	width:455px;
	height:264px;
}

.large_image {
	position:absolute; 
	filter:Alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
	background-color:black;
	width:455px;
	height:264px;
}

.first {
	filter:Alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;

}