h4{
	display:block;
	width:100%;
	clear:both;
	margin:0px;
	padding:10px 0px;
}

a img{
	border:none;
}
a.zoomIt{
	display:block; 
	position:relative;
	float:left;
	clear:both;
}


.zoomIt_zoomed{
	border:2px #CCC solid;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}
/* big image loading class */
.zoomIt_loading{
	background:url(images/loading.gif) center center no-repeat;
}
/* small image zoomed area overlay */
.zoomIt_area{
	border:none;
}

/* Gallery CSS */
.full-image a.visible{
	display:block;
}
.full-image a.hidden{
	display:none;
}

ul.gallery-thumbnails{
	margin:0px;
	padding:10px 0px 0px;
	clear:both;
	width:100%;
	list-style-type:none;
}
	ul.gallery-thumbnails li{
		float:left;
		margin-right:5px;
	}