/* -- Gallery Styles -- */
#currentImageDetails {
	position: relative;
padding-top: 23px;
	margin-bottom: 25px;
	text-align: center;
	width: 505px;
height: 440px;
	text-align: center;
background: url(/images/backgrounds/frame-gallery.png) center top no-repeat;}

#currentImageDetails h2, #currentImageDetails p {
	margin: 0;}
	
#currentImageDetails img {
margin-bottom: 25px;
width: 300px;
	height: 391px;
	cursor: pointer;}

#thumbnails ul {
	margin: 0;
	padding: 0;
	list-style: none;}
	
#thumbnails li {
	position: relative;
	float: left;
	margin: 0 5px 5px;
	padding: 10px 0;
	width: 157px;
	height: 198px;
	overflow: hidden;
	text-align: center;
	background: url(/images/backgrounds/frame-gallery-thumb.gif) no-repeat;}

#thumbnails li a, #thumbnails li a img {
width: 138px;
	border: none;}
	