/* Custom CSS*/
touch-swipe-gallery .sliderHolder {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 2000;
}
.touch-swipe-gallery .sliderHolder .closeIcon {
  z-index: 100;
  position: absolute;
  top: 10px;
  right: 38px;
  cursor: pointer;
  padding: 8px 0 15px 10px;
}
.touch-swipe-gallery .sliderHolder .closeIcon:after {
  font-family: "spa-icons" !important;
  content: 't';
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(65,64,66,0.7);
  padding: 8px;
  color: #fff;
}
.touch-swipe-gallery .sliderHolder .slider {
  background-color: #000;
}
.touch-swipe-gallery .slides img {
  cursor: url("/content/sr/cursors/cursor-zoomin.cur"), auto;
}
.touch-swipe-gallery .prevIcon,
.touch-swipe-gallery .nextIcon {
  display: none;
  width: 45px;
  height: 45px;
  background: rgba(65,64,66,0.7);
  z-index: 100;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  .touch-swipe-gallery .prevIcon,
  .touch-swipe-gallery .nextIcon {
    display: block;
  }
}
.touch-swipe-gallery .prevIcon:after,
.touch-swipe-gallery .nextIcon:after {
  font-family: "spa-icons" !important;
  content: 'l';
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding: 9px 7px;
  color: #fff;
}
.touch-swipe-gallery .prevIcon {
  left: 25px;
}
.touch-swipe-gallery .nextIcon {
  right: 25px;
}
.touch-swipe-gallery .nextIcon:after {
  content: 'm';
}

/*End of custom css*/

.sliderHolder
{
	width:100%;
	min-height:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	-ms-touch-action:none; 
	touch-action:none;
    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:1000 !important;
	background-color:black;

}

/*.slider
{
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	min-height:100%;
	background:#EEE;
	opacity:.99;
}*/

.sliderBg 
{
	width:100%;
	min-height:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}

.slides, .thumbs 
{
	width:100%;
	min-height:100%;
	overflow:hidden;
	position:absolute;
	-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;
}

.thumbs 
{
	min-height:0%;
	bottom:25px;
}

.thumbsHolder 
{
	width:100%;
	height:104px;
	bottom:30px;
	position:absolute;
	overflow:hidden;
}

.captionHolder
{
	width:100%;
	min-height:20px;
	position:absolute;
	overflow:hidden;
	padding-top:5px;
	padding-bottom:5px;
}

.caption 
{
	width:100%;
	min-height:20px;
	color:#EEE;
	top:0px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
}


.touchColor
{
	color:#414042;
}

.touchLightColor
{
	color:#CCCCCC;
}


.nColor
{
	color:#2AACE3;
}

.swipeColor
{
	color:#939598;	
}

.headerColor
{
	color:#58595B;	
}

.footerLink, .footerLink a
{
	font-size:12px;
	text-decoration:none;
	color:#666;
	cursor:pointer;
	font-weight:bold; 
}

.footerLink:hover
{
	color:#414042;
	text-decoration:none;
}

.footerCopyright
{
	font-size:10px;
}

.infobox
{
	background:#EEE;
	border:1px solid #AAA;
	margin:15px auto 10px auto;
	padding:10px;
}

.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;	
}

.controlHolder 
{
	width:100%;
	height:30px;
	position:absolute;
	bottom:0px;
	overflow:hidden;
}

.autoPlayIcon, .nextIcon, .prevIcon, .zoomInIcon, .zoomOutIcon, .captionOnIcon, .captionOffIcon, .thumbsOnIcon, .thumbsOffIcon, .closeIcon 
{
	width:21px;
	height:30px;
	cursor: pointer;
	cursor: hand;
	margin-left:-10px;
}

.autoPlayIcon 
{
	background-position:0px 0px;
}

.prevIcon 
{
	background-position:-50px 0px;
}

.nextIcon 
{
	background-position:-75px 0px;
}

.zoomOutIcon 
{
	background-position:-100px 0px;
}

.zoomInIcon 
{
	background-position:-125px 0px;
}

.captionOnIcon 
{
	background-position:-150px 0px;
}

.captionOffIcon 
{
	background-position:-175px 0px;
}

.thumbsOnIcon 
{
	background-position:-200px 0px;
}

.thumbsOffIcon 
{
	background-position:-225px 0px;
}

.closeIcon 
{
	background-position:-250px 0px;
}


.contentContainer
{
	position:relative;
	top: 0px;  
	left: 0px; 
	font-size: 100%;
	text-align: center;
	width:100%;
	height:100%;
	min-height:100%;
	overflow:auto;
}

.prevIcon {
    position: absolute;
    top: 50%;
    left: 10%;
}

.nextIcon {
    position: absolute;
    top: 50%;
    right: 10%;

}

.closeIcon {
    position: absolute;
    top: 10%;
    right: 10%;
}

.banner img, .bannerInner div
{
	display:none;	
}

.divPad 
{
   padding-top: 40px;
}

.superCaption
{
	padding:5px;	
}