.banner {
	margin: 0px auto;
	width:965px;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.container {
	margin: 0px auto;
	display: block;
}
#iview2 {
	padding: 0px;
	left: 0px;
	top: 0px;
	width: 965px;
	height: 350px;
	overflow: hidden;
	display: block;
	/*position: absolute;*/
	box-shadow: 0px 38px 30px -18px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
}
#iview2 .iviewSlider {
	margin: 0px auto;
	width: 100%;
	height: 350px;
	display: block;
}
.iview div.iview-directionNav {
	left: 0px;
	top: 37%;
	width: 100%;
	position: absolute;
	z-index: 9;
}
#iview2 div.iview-directionNav {
	top: 37%;
}
.iview div.iview-directionNav a {
	width: 50px;
	height: 80px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	cursor: pointer;
	-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 {
	background: url("../images/right.png") no-repeat;
	right: 20px;
}
.iview div.iview-directionNav a.iview-prevNav {
	background: url("../images/left.png") no-repeat;
	left: 20px;
}
.iview-hover.iview div.iview-directionNav a.iview-nextNav {
	right: 30px;
}
.iview-hover.iview div.iview-directionNav a.iview-prevNav {
	left: 30px;
}
#iview2 .iview-controlNav {
	right: 23px;
	bottom: 10px;
	position: absolute;
}
#iview2 .iview-controlNav a {
	text-indent: -9999px;
}
#iview2 .iview-controlNav a.iview-control {
	background: url("../images/bullets_2.png") no-repeat 0px 0px;
	padding: 0px;
	width: 11px;
	height: 11px;
	line-height: 0px;
	margin-right: 20px;
	float: left;
}
#iview2 .iview-controlNav a.active.iview-control {
	background-position: 0px -11px;
}
.iview-caption {
	background: url("../images/caption-bg.png");
	padding: 10px 15px;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	font-family: Verdana;
	font-size: 12px;
	text-shadow: #000 1px 1px 0px;
}
.caption1.iview-caption {
	text-shadow: none;
}
.caption2.iview-caption {
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	text-shadow: none;
}
.caption3.iview-caption {
	background: rgb(196, 48, 43);
	box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.7);
	text-shadow: none;
}
#iview-preloader {
	border: 1px solid rgb(102, 102, 102);
	width: 150px;
}
#iview-preloader div {
	background: rgb(102, 102, 102);
}
#iview-timer {
	border-radius: 10px;
}
#iview-timer div {
	border-radius: 10px;
}
.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);
	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: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
	right: 20px;
	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);
}
