/* 
 * 	Default theme - Owl Carousel CSS File
 *	v2.0.0
 */

.indexbanner .owl-controls{ height:0; text-align:center;
}
/* Styling Next and Prev buttons */

.indexbanner .owl-prev{position:absolute; left:0px; top:40%;  font-size:14px; width:32px; height:32px; background:#fff; padding:8px 6px; color:#222;border:1px solid #222;z-index:9;}
.indexbanner .owl-prev:hover{ color:#000;}
.indexbanner .owl-next{position:absolute; right:0px; top:40%;font-size:14px; width:32px; height:32px; background:#fff; padding:8px 6px; color:#222;border:1px solid #222;z-index:9;}
.indexbanner .owl-next:hover{ color:#111;}
.indexsal .owl-prev{position:absolute; left:0; top:40%;  font-size:14px; width:32px; height:32px; background:#fff; padding:8px 6px; color:#222;border:1px solid #222; z-index:99;}
.indexsal .owl-prev:hover{ color:#000;}
.indexsal .owl-next{position:absolute; right:0px; top:40%;font-size:14px; width:32px; height:32px; background:#fff; padding:8px 6px; color:#222;border:1px solid #222;z-index:99;}
.indexsal .owl-next:hover{ color:#111;}
#thumbnailWrapper .owl-prev{position:absolute; left:0; top:30%;  font-size:14px; background:#fff; padding:5px; color:#222;border:1px solid #222;z-index:9;}
#thumbnailWrapper .owl-prev:hover{ color:#fd7303;}
#thumbnailWrapper .owl-next{position:absolute; right:0px; top:30%;font-size:14px; background:#fff; padding:5px; color:#222;border:1px solid #222;z-index:9;}
#thumbnailWrapper .owl-next:hover{ color:#fd7303;}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */

/* Styling dots*/
.banner1 .owl-dots .owl-dot{
	display: inline-block; position: relative; bottom:30px; text-align:center;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.banner1 .owl-dots .owl-dot span{
	-webkit-backface-visibility: visible; float:left;
	display: block;
	width: 30px;
	height:6px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	background: #555;
	transition-property: opacity;
  	transition-duration: 200ms;
  	transition-timing-function: ease;
}
.owl-theme .owl-dots .owl-dot.active span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.banner4, .banner5, .banner6{ background:#eee; text-align:left; margin-top:5px;}
.banner4 img{ width:100%; height:auto;}
.banner5 img{ width:100%; height:auto;}
.banner6 img{ width:100%; height:auto;}
.indexsal, .banner1{ display:none;}
.banner1 {overflow:hidden;  margin-bottom:5px;}
.indexbanner{ margin-top:5px;}