.thumb, .thumb  {
	/* [disabled]float: left; */
	list-style: none;
	margin: 0;
}
.thumb a img{border: 0;}
.thumb li {
	margin: 0;
	float: left;
	position: relative;
	width: 110px;
	height: 110px;
	margin-right: 30px;
}
.thumb li img {
	padding: 0px;
	position: absolute;
	-ms-interpolation-mode: bicubic;
	width: 110px;
	height: 110px;
}
.thumb li img.hover {
	border: none;
	cursor: alias;
}

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

.zoomed {
    -webkit-box-shadow: -5px -5px 35px #000000;
    -moz-box-shadow: 5px 5px 35px #000000;
    box-shadow: 5px 5px 35px #000000;
    border: 10px solid white;
    /*background: white;*/
}
.loading{
    width: 32px !important;
    height: 32px !important;
    position: relative;
}
.zoomContainer{
    position: absolute;
    padding: 0;
}

.zoomContainer .original{
    left: 0 !important;
    top: 0 !important;
}
.trigger{
	position: absolute !important;
}
