/* -- Gallery Styles -- */
#currentImageDetails {
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	text-align: center;}

#currentImageDetails h2, #currentImageDetails p {
	margin: .75em;}
	
#currentImageDetails img {
	height: 280px;
	cursor: pointer;}

#thumbnails ul {
    zoom: 1;
	margin: 0;
	padding: 0;
	list-style: none;
    text-align: center;}

#thumbnails ul:after {
    content: ".";
    display: block;
    clear: left;
    height: 0;
    visibility: hidden;
}
	
#thumbnails li {
	position: relative;
	float: left;
	margin: 0 2px 4px 2px;
	width: 154px;
	height: 108px;
	overflow: hidden;}

/* #thumbnails li:hover {
	overflow: visible;} */
	
#thumbnails li a, #thumbnails li a img {
	height: 108px;
	border: none;}
	
/* #thumbnails li a:hover img {
	position: absolute;
	top: -10px;
	left: -10px;
	height: 145px;
	z-index: 2;
	border: 2px solid #ffc0c0;} */