.iviewSlider {
	overflow: hidden;
}
#iview-timer {
	border-radius: 5px; position: absolute; z-index: 100; cursor: pointer;
}
#iview-timer div {
	border-radius: 3px;
}
#iview-preloader {
	padding: 1px; border-radius: 3px; border: 1px solid rgb(0, 0, 0); border-image: none; width: 100px; height: 3px; position: absolute; z-index: 1000; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
#iview-preloader div {
	background: rgb(0, 0, 0); border-radius: 2px; width: 0px; height: 3px; float: left; -webkit-border-radius: 2px; -moz-border-radius: 2px;
}
.iview-strip {
	display: block; position: absolute; z-index: 5;
}
.iview-block {
	display: block; position: absolute; z-index: 5;
}
.iview-directionNav a {
	top: 45%; position: absolute; z-index: 9; cursor: pointer;
}
.iview-prevNav {
	left: 0px;
}
.iview-nextNav {
	right: 0px;
}
.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-caption {
	overflow: hidden; position: absolute; z-index: 4; cursor: default;
}
.iview-video-show {
	background: rgb(0, 0, 0); width: 100%; height: 100%; position: absolute; z-index: 101;
}
.iview-video-show .iview-video-container {
	width: 100%; height: 100%; position: relative;
}
.iview-video-show .iview-video-container a.iview-video-close {
	background: rgb(34, 34, 34); border-radius: 15px; top: 10px; width: 20px; height: 20px; text-align: center; right: 10px; color: rgb(255, 255, 255); line-height: 29px; overflow: hidden; font-size: 22px; font-weight: bold; position: absolute; -webkit-border-radius: 15px; -moz-border-radius: 15px;
}
.iview-video-show .iview-video-container a.iview-video-close:hover {
	background: rgb(68, 68, 68);
}
