#zoom_image .sliderHolder
{
	width:100%;
	min-height:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	-ms-touch-action:none; 
	touch-action:none;
}

#zoom_image .slider
{
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	min-height:100%;
	background:#EEE;
	opacity:.99;
}

#zoom_image .sliderBg 
{
	width:100%;
	min-height:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}

#zoom_image .slides,
#zoom_image  .thumbs 
{
	width:100%;
	overflow:hidden;
	position:relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#zoom_image .thumbs 
{
	min-height:0%;
	bottom:25px;
}

#zoom_image .thumbsHolder 
{
	width:100%;
	height:104px;
	bottom:30px;
	position:absolute;
	overflow:hidden;
}
#zoom_image .thumbslider img{
	height: 43px !important;

	width: 43px !important;
}

#zoom_image .touchColor
{
	color:#414042;
}

#zoom_image .touchLightColor
{
	color:#CCCCCC;
}


.blackBg 
{
	background:#000000;
}

.darkGray 
{
	background:#101010;
}

.blackBgAlpha60 
{
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.blackBgAlpha90 
{
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#EE000000, endColorstr=#EE000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EE000000, endColorstr=#EE000000)";
}

.lightGrayBg
{
	background:#CCC;	
}

#zoom_image  .controlHolder 
{
	width:100%;
	height:30px;
	background:url(../assets/control_bg.png) repeat-x;
	position:absolute;
	bottom:0px;
	overflow:hidden;
}

#zoom_image .autoPlayIcon,
#zoom_image  .nextIcon,
#zoom_image  .prevIcon, 
#zoom_image .zoomInIcon, 
#zoom_image .zoomOutIcon, 
#zoom_image .captionOnIcon, 
#zoom_image .captionOffIcon, 
#zoom_image .thumbsOnIcon, 
#zoom_image .thumbsOffIcon, 
#zoom_image .closeIcon 
{
	width:21px;
	height:30px;
	cursor: pointer;
	cursor: hand;
	margin-left:-10px;
	background:url(../assets/control_sheet.png) 0px 0px no-repeat;
}

#zoom_image  .autoPlayIcon 
{
	background-position:0px 0px;
}

#zoom_image  .prevIcon 
{
	background-position:-50px 0px;
}

#zoom_image .nextIcon 
{
	background-position:-75px 0px;
}

#zoom_image .zoomOutIcon 
{
	background-position:-100px 0px;
}

#zoom_image .zoomInIcon 
{
	background-position:-125px 0px;
}

#zoom_image .captionOnIcon 
{
	background-position:-150px 0px;
}

#zoom_image .captionOffIcon 
{
	background-position:-175px 0px;
}

#zoom_image .thumbsOnIcon 
{
	background-position:-200px 0px;
}

#zoom_image .thumbsOffIcon 
{
	background-position:-225px 0px;
}

#zoom_image .closeIcon 
{
	background-position:-250px 0px;
}

#zoom_image .controlPos1, 
#zoom_image .controlPos2, 
#zoom_image .controlPos3, 
#zoom_image .controlPos4,
#zoom_image .controlPos5, 
#zoom_image .controlPos6, 
#zoom_image .controlPos7
{
	position:absolute;
}
#zoom_image .controlPos1
{
	left:12.5%;
}

#zoom_image .controlPos2 
{
	left:25%;
}

#zoom_image .controlPos3
{
	left:37.5%;
}

#zoom_image .controlPos4 
{
	left:50%;
}


#zoom_image .controlPos5 
{
	left:62.5%;
}

#zoom_image .controlPos6 
{
	left:75%;
}

#zoom_image .controlPos7 
{
	left:87.5%;
}