.thumb, .thumb  {
	float: left;
	list-style: none;
	margin: 0; 
	padding: 0;  
	}
.thumb a {
	display: block;
	margin: 0;
	}	
.thumb a img{ border: 0; }
.thumb li {
	margin: 0; 
	float: left;
	position: relative; 
	width: 183px; 
	height: 183px; 
	margin-right: 14px; 
	background: none; 
	padding: 0;
	}
.thumb li img { 
	padding: 0px; 
	position: absolute; 
	-ms-interpolation-mode: bicubic; 
	}
.thumb li img.hover {border: none; }

.gallerycaption{
    position:absolute;
    font-weight:600;
    padding-top: 10px;
    text-align:center;
    font-size: 13px;
    overflow: hidden;
    height: 2.4em;
    display: none;
    background: white;
}

.loading{
    width: 32px !important;
    height: 32px !important;
    position: relative;
}
.zoomContainer{
    position: absolute;
    padding: 0;
	width: 173px; 
	height: 173px;
	border: solid 5px #fff;
	box-shadow: 0 0 5px #999;
}
.zoomContainer.zoomed {
	box-shadow: 0 0 20px #000;
	width: 283px;
	height: 283px;
/*	
	margin: 0 !important;
	left: -60px !important;
	top: -60px !important;
*/	
	}

.trigger{
    position: absolute !important;
}
