.container {
	display: block;
	margin: 0px auto;
}

#iview {
display: block;
max-width: 1058px;
min-width: 317px;
position: relative;
/*-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);  */
/* box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5); */
overflow: hidden;  
/*height: 317px !important;  */ 
}

#iview .iviewSlider {
	display: block;
	width: 1058px;
	height: 317px;
	overflow: hidden;
}



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

#iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 27px;
	height: 27px;
	background-image: url(../images/iview/bg_direction_nav.png);
	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-position: 27px 0px;
}

#iview div.iview-directionNav a.iview-prevNav {
	left: -27px;
	background-position: 0px 0px
}

#iview.iview-hover div.iview-directionNav a.iview-nextNav {
	right: 20px;
}

#iview.iview-hover div.iview-directionNav a.iview-prevNav {
	left: 20px;
}

.iview-caption {
  line-height:1.2;
   min-height:150px!important;
      min-width:550px!important;
         width:550px!important;
      height:150px!important;
   color: #FFF;
	font-size: 28px; 
  text-shadow: 0 1px 3px #000;      
}


.caption-contain{

  width:550px;
  height:129px;
 	font-size: 48px; 
  background:#000;

   background: rgba(0, 0, 0, 0.6); 
  padding:5px;

}

.caption-inner{
padding:4px 4px 14px 8px;
width:auto;
height:auto;
}
.iview-caption.caption1 {
  width:550px;
   height:200px;
  font-size: 48px; 
  padding:5px;  

  
}

.iview-caption.caption2 {
  width:auto;
  text-align:right;
  background:#000;

  position:absolute;
  left:auto !important;
   background: rgba(0, 0, 0, 0.5); 
  padding:5px;
  float:right;
  right:15px;
height:200px;
}

.iview-caption.caption3 {
  text-align:right;
  	font-size: 22px; 
width:40%
height:200px;
}

#iview-preloader {
	width: 300px
  border:0px!important;
}

#iview-preloader div {
  border:0px!important;
    display: none !important;
}
#iview-timer {
	border-radius: 10px;
  height:9px;
    display: none !important;
}

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

.spinner {
position:absolute;
top:30%;
left:40%;
  width: 150px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}



