/* The slider */
.iviewSlider {
	overflow: hidden;
}

/* The timer in the Slider */
#iview-timer {
	position: absolute;
	z-index: 100;
	border-radius: 5px;
	cursor: pointer;
	display: none !important;
}

#iview-timer div {
	border-radius: 3px;
}

/* The Preloader in the Slider */
#iview-preloader {
	position: absolute;
	z-index: 1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #000 1px solid;
	padding: 1px;
	width: 100px;
	height: 3px;
}
#iview-preloader div {
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 3px;
	background: #000;
	width: 0px;
}

/* The strips and boxes in the Slider */
.iview-strip {
	display:block;
	position:absolute;
	z-index:5;
	width:100%;
	background-size: contain !important;
}
.iview-block {
	display:block;
	position:absolute;
	z-index:5;
}

/* Direction nav styles (e.g. Next & Prev) */
.iview-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	width:69px;
	height:16px;
	font-size:0;
	opacity:1;
}
.iview-prevNav {
	left:1%;
	background:url(../images/nav_prev.png) center no-repeat;
}
.iview-nextNav {
	right:1%;
	background:url(../images/nav_next.png) center no-repeat;
}


/* Control nav styles (e.g. 1,2,3...) */
.iview-controlNav {
	position:absolute;
	z-index:9;
}
.iview-controlNav a {
	z-index:9;
	cursor:pointer;
}
.iview-controlNav a.active {
	font-weight:bold;
}
.iview-controlNav .iview-items ul {
	list-style: none;
}
.iview-controlNav .iview-items ul li {
	display: inline;
	position: relative;
}
.iview-controlNav .iview-tooltip {
	position: absolute;
}


.iview-controlNav {
	position: absolute;
	bottom: 20px;
	left: 50%;
	height: 44px;
	margin-left:-85px;
}

.iview-controlNav a {
	text-indent: -9999px;
}

.iview-controlNav a.iview-controlPrevNav {
	float: left;
	width: 50px;
	height: 44px;
	background: none;
}

.iview-controlNav a.iview-controlNextNav {
	float: left;
	width: 50px;
	height: 44px;
	background: none;
}

.iview-controlNav div.iview-items {
	float: left;
	padding: 0px 10px 0px 10px;
	height: 44px;
	background: none;
}

.iview-controlNav a.iview-control {
	padding: 0px;
	float: left;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	border: 3px #fff solid;
	line-height: 0px;
}

.iview-controlNav a.iview-control.active {
	background-color:#fff;
}


.iview-controlNav div.iview-items ul li {
	padding: 0px;
	float: left;
	width: 16px;
	height: 16px;
	margin: 3px;
	margin-top: 16px;
	line-height: 0px;
}


/* The captions in the Slider */
.iview-caption {
	position:absolute;
	z-index:4;
	overflow: hidden;
	cursor: default;
}









#iview {
	display: block;
	width: 100%;
	height: 640px;
	position: relative;
	overflow: hidden;
}

#iview .iviewSlider {
	display: block;
	width: 100%;
	
	height: 640px;
	background-position:center top !important;
	transform-origin:50% 0 !important;
	overflow: hidden;
	background-size: contain !important;
}



.iview-caption {
	/*background: rgba(255,255,255,0.9);*/
}
.iview-caption.no_bg {background:none}
