#page { width: 585px; margin: 30px auto; }

#thumbs { padding-top: 12px; overflow: hidden; }
#thumbs img, #largeImage { 
	border: 1px solid #c1c2c2; 
	cursor: pointer; 
}


#content .result .result-info .left #thumbs img {
	margin-right: 0px;
}

#thumbs img { 
	float: left; 
	margin-left: 6px;
	opacity: 1;
	transition: all .3s ease-in-out;
}

#thumbs img:hover { 
	opacity: 0.7;
	transition: all .3s ease-in-out;
}

#thumbs img.first {
	margin-left: 0px;
}	

#description { background: black; color: white; position: absolute; bottom: 0; padding: 10px 20px; width: 525px; margin: 5px; }

#panel { 
position: relative; 
 }

#panel img {
	opacity: 1;
	transition: all .3s ease-in-out;
}

#panel:hover {
	opacity: 0.7;
	transition: all .3s ease-in-out;
}

#overlay {background: url(../../images/gallery-overlay.png) no-repeat left top; position: absolute; top: 0px; left: 0px; width: 640px; height: 560px;}
