/* -- Gallery Styles -- */
#currentImageDetails {
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	text-align: center;}

#currentImageDetails h2, #currentImageDetails p {
	margin: .75em;}
	
#currentImageDetails img {
	height: 280px;
	border: 10px solid #fff;
	cursor: pointer;}

#thumbnails ul {
	margin: 0 auto;
	width: 588px;
	padding: 0;
	list-style: none;}
	
#thumbnails li {
	position: relative;
	float: left;
	margin: 0 4px 4px 0;
	width: 192px;
	height: 128px;
	overflow: hidden;}

#thumbnails li:hover {
	overflow: visible;}
	
#thumbnails li a, #thumbnails li a img {
	height: 128px;
	border: none;}
	
#thumbnails li a:hover img {
	position: absolute;
	top: -10px;
	left: -10px;
	height: 145px;
	z-index: 2;
	border: 2px solid #c2bcb6;}