.owl-theme{position:relative;overflow:hidden;}
.owl-theme .owl-item{position:relative;overflow:hidden;}
.owl-theme .owl-item .item{display:block;width:100%;overflow:hidden;}
.owl-theme .owl-item .item img{width:100%;}
#indexFlash .owl-item .item{display:block;width:100%;overflow:hidden;}
#indexFlash .owl-item .item img{width:100%;}
.owl-theme .owl-controls{
	text-align: center;
	display:block;
	width:100%;
	position:absolute;
	left:0;
	bottom:10px;
	z-index:99999999999;
}
.owl-theme .owl-controls .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	overflow:hidden;
}
.owl-theme .owl-controls .owl-dots .owl-dot span{
	display: block;
	width: 15px;
	height:15px;
	line-height:15px;
	background: #ffffff;
	margin: 0px 5px;
	overflow:hidden;
	border-radius:15px;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span,
.owl-theme .owl-controls .owl-dots .owl-dot:hover span{
	background: #3888cd;

}
/* preloading images */
.owl-item.loading{
	background: url(/cms/image/loading2.gif) no-repeat center center
}
.owl-theme .d{text-align:center;font-size:50px;position:absolute;top:300px;width:100%;z-index:999;
               -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
     	-webkit-animation-duration: .5s;
	-webkit-animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .5s;
	-moz-animation-delay: 0s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .5s;
	-ms-animation-delay: 0s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .5s;
	animation-delay: 0s;
	animation-timing-function: ease;
	animation-fill-mode: both;

              }
.active .d
{
    display:block;
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
   	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration:1s;
	-ms-animation-delay: 1s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-timing-function: ease;
	animation-fill-mode: both;

}
