/*.container {
	display: block;
	width: 910px;
	margin: 0px auto;
}
*/
/*#iview{
	display: block;
	width: 1920px;
	height: 484px;
	overflow: hidden;
}



#iview .iviewSlider{
	display: block;
	width: 1920px;
	height: 484px;
	overflow: hidden;
}*/

#iview div.iview-directionNav {
	position: absolute;
	top: 197px;
	left: 0px;
	z-index: 9;
	width: 100%;
}

#iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 100px;
	background-image: url(../image/nav_paddles.png);
	text-indent: -9999px;
	-webkit-transition: left 0.8s ease-in-out;
	-webkit-transition-property: left,right;
	-moz-transition: left 0.8s ease-in-out;
	-moz-transition-property: left,right;
	-o-transition: left 0.8s ease-in-out;
	-o-transition-property: left,right;
	-ms-transition: left 0.8s ease-in-out;
	-ms-transition-property: left,right;
	transition: left 0.8s ease-in-out;
	transition-property: left,right;
}

#iview div.iview-directionNav a:active {
	background-image: url(../image/nav_paddles_down.png);
}

#iview div.iview-directionNav a.iview-nextNav {
	background-position: 56px 0px;
}

#iview div.iview-directionNav a.iview-prevNav {
	background-position: -16px 0px;
}

#iview.iview-hover div.iview-directionNav a.iview-nextNav {
	/*right: 20px;*/
}

#iview.iview-hover div.iview-directionNav a.iview-prevNav {
	/*left: 20px;*/
}



#iview-preloader {
	border: #4173a8 1px solid;
	width: 150px
}

#iview-preloader div {
	background: #4173a8;
}