/* -- Gallery Styles -- */
#currentImageDetails {
	position: relative;
	margin: 0 auto;
	width: 463px;
	height: 424px;
	overflow: hidden;
	text-align: center;}

#currentImageDetails h2, #currentImageDetails p {
	margin: 0 auto;
	width: 340px;}

#gallery-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 463px;
	height: 364px;
	background-image: url(/images/gallery-frame.png);
	cursor: pointer;
	}

#currentImageDetails img {
	height: 364px;
	}

#thumbnails ul {
	margin: 0;
	padding: 0;
	list-style: none;}
	
#thumbnails li {
	position: relative;
	float: left;
	margin: 0 4px 4px 0;
	padding: 2px;
	width: 116px;
	height: 85px;
	overflow: hidden;
	text-align: center;
	background: #fef9fb;
	border: 1px solid #e59cb6;}

#thumbnails li a, #thumbnails li a img {
	height: 85px;
	border: none;}