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 customizations 

The 3 CSS classes below can be changed to any other CSS class you desire. Just make sure 
to fill the parameters with the new classes when starting jqZoomIt().

Default values in script:

- zoomClass			: 'zoomIt_zoomed', // additional styling on zoom container
- zoomLoadingClass	: 'zoomIt_loading', // css class to apply before the big image is fully loaded
- zoomAreaClass		: 'zoomIt_area', // additional styling on zoomed area
*/		

/* big image container */
.zoomIt_zoomed{
	border:2px #FFF solid;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
/* 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;*/
        display: inline-block;
		margin-right:5px;
	}