/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	text-align: center;
	position:absolute;
	top:0 ;
	bottom:auto;
	right:0;
	left:0;
	z-index:2;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	position:absolute;
	top:30%;
	color: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0;
	padding:20px  10px;
	width:40px;
	height:60px;
	font-size: 16px;
	background: rgba(0,0,0,0.8);
}
/* 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{
	
	text-decoration: none;
}
.owl-buttons{
	display:block;
	position:relative;
	margin-top:200px;
}
.owl-buttons .owl-prev{
	left:0;
	
}
.owl-buttons .owl-next{
	right:0;
	
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.full-slider .owl-pagination{
	background-image:url(../images/dots-bg.png);
	background-repeat:no-repeat;
	background-position:center;
	width:84px;
	height:24px;
	float:left;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: transparent;
	border:2px solid #ccc;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color:#ccc;
}

/* 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
}
.slide-caption{
	position:absolute;
	bottom:100px;
	right:0;
	left:0;
}
.owl-pagination{
	display:inline-block;
	background:transparent;
	height:26px;
	padding:0 10px;
	border-top:0 !important;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
