@charset "utf-8";

.contentContainer{
	position:relative;
	top: 0px;  
	left: 0px; 
	font-size: 100%;
	text-align: center;
	width:100%;
	height:100%;
	min-height:100%;
	overflow:auto;
}

.sliderHolder{
	position:fixed;
	top: 0px;  
	left: 0px; 
	font-size: 100%;
	width:100%;
	height:100%;
	min-height:100%;
	/*background-color:#DBDEE1;*/
	/*
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1 !important;
	background-color:black;
*/
	
}

.sliderHolder{
	overflow:hidden;
    z-index: 1000;
}

.controlButton{
	
	text-align:center;
}

.controlContainer{
	
}

.divPad {
   padding-top: 40px;
}
.controlHolder {
	background:none;
	height: 46px;
}
.superCaption{
	padding: 10px;
	text-align:left;	
	font-size:18px;
}

.autoPlayIcon, .nextIcon, .prevIcon, .zoomInIcon, .zoomOutIcon, .captionOnIcon, .captionOffIcon, .thumbsOnIcon, .thumbsOffIcon {
    display: none;
}
.thumbnailCount {
    color: #fff;
    font-size: 20px;
    padding: 8px;
}
.closeIcon {
	background:none;
	right: 8px;
    font-size: 20px;
    color:#fff;
	left: inherit;
	top: 4px;
	background:url(/mobile/img/galleryClose.png) repeat-x;
	
}
.controlPos7 {
	left: inherit;
	background: url(/mobile/img/galleryClose.png) 0 0 no-repeat;
    background-size: 100%;
	    width: 43px;
		height: 43px;

    background-size: 100%;
}
