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

/* 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 captions in the Slider */
.iview-caption {
	position:absolute;
	z-index:4;
	overflow: hidden;
	cursor: default;
}

/* The strips and boxes in the Slider */
.iview-strip {
	display:block;
	position:absolute;
	z-index:5;
}
.iview-block {
	display:block;
	position:absolute;
	z-index:5;
}

#iview {
	display: block;
	max-width: 1060px;
	min-width: 300px;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

#iview .iviewSlider {
	display: block;
	width: 1060px;
	height: 470px;
	overflow: hidden;
}

#iview .iviewSlider iframe { width: 1060px; }

#iview div.iview-directionNav {
	position: absolute;
	top: 43%;
	left: 0px;
	z-index: 9;
	width: 100%;
}

#iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 28px;
	height: 65px;
	border: none;
	text-indent: -9999px;
	-webkit-transition: left 0.3s ease-in-out;
	-webkit-transition-property: left,right;
	-moz-transition: left 0.3s ease-in-out;
	-moz-transition-property: left,right;
	-o-transition: left 0.3s ease-in-out;
	-o-transition-property: left,right;
	-ms-transition: left 0.3s ease-in-out;
	-ms-transition-property: left,right;
	transition: left 0.3s ease-in-out;
	transition-property: left,right;
}

#iview div.iview-directionNav a.iview-nextNav {
	right: -27px;
	background: url('../images/sliders/next.png') no-repeat;
}

#iview div.iview-directionNav a.iview-prevNav {
	left: -27px;
	background: url('../images/sliders/prev.png') no-repeat;
}

#iview.iview-hover div.iview-directionNav a.iview-nextNav { right: 0px; }
#iview.iview-hover div.iview-directionNav a.iview-prevNav { left: 0px; }

div.iview-directionNav a.iview-nextNav:hover { background: url('../images/sliders/next-hover.png') no-repeat !important; }
div.iview-directionNav a.iview-prevNav:hover { background: url('../images/sliders/prev-hover.png') no-repeat !important; }

.iview-caption {
	background: #fff;
	color: #666;
	padding: 10px 20px;
	border-radius: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.iview-caption.caption1 {
	font-size: 28px;
	font-weight: bold;
	height: 35px;
	background-color: #1da5ff;
	color: #fff;
}

.iview-caption.caption2 {
	background: #1da5ff;
	font-size: 46px;
	font-weight: bold;
	text-shadow: none;
	color: #fff;
}

.iview-caption.caption3 {
	background: #FFF;
	color: #666;
	font-size: 26px;
	text-shadow: none;
}

.iview-caption.caption4 {
	font-size: 22px;
	font-weight: bold;
	background-color: #1da5ff;
	color: #fff;
}

.iview-caption.caption5 {
	background: #1da5ff;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-shadow: none;
}

.iview-caption.caption6 {
	font-size: 18px;
}

.iview-caption.blackcaption {
	background: #fff;
	color: #666;
	text-shadow: none;
}

#iview-preloader {
	border: #666 1px solid;
	width: 150px
}

#iview-preloader div {
	background: #666;
}
#iview-timer {
	border-radius: 10px;
}

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

/* The video show in the Slider */
.iview-video-show {
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 101;
}
.iview-video-show .iview-video-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.iview-video-show .iview-video-container a.iview-video-close {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #222;
	color: #FFF;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 29px;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.iview-video-show .iview-video-container a.iview-video-close:hover {
	background: #444;
}
