/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme{
	position:relative;
	}
.owl-carousel .owl-wrapper-outer{
	position:relative;
	z-index:1;
	}
.owl-theme .owl-controls{
	margin-top: 0px;
	text-align: center;
	position:absolute;
	bottom:-40px;
	left:0px;
	z-index:2;
	width:100%;
}

#scroll-right-gallery .owl-controls{
	bottom:50%;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	*display: inline;/*IE7 life-saver */
	font-size: 0px;
	text-indent:100px;
	background: url(arrow.png) no-repeat 0px 0px;
	width:17px;
	height:17px;
	top:50%;
	left:-17px;
	margin-top:-8px;
	position:absolute;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
	background-position:right 0px;
	left:auto;
	right:-17px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 0px 2px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #c3c6c1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #01c2c6;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}



#main_slide{
	}
.owl-carousel{
	width:auto;
	}
.owl-carousel .owl-item .item.first,
.owl-carousel .owl-item .item.last{
	background:none;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	}
.owl-carousel .owl-item .item{
	}
.owl-carousel .owl-item a{
	display:block;
	position:relative;
	}
.owl-carousel .owl-item img{
	width:100%;
	height:auto;
	}
.owl-carousel .owl-item .view_detail{
	position:absolute;
	display:block;
	background:url(detail.png) no-repeat center center;
	width:72px;
	height:73px;
	line-height:73px;
	color:#fff;
	text-align:center;
	z-index:1;
	bottom:14px;
	right:6px;
	}