/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls
{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.owl-theme .owl-pagination
{
	position: absolute;
	bottom: 16px;
	width: 100%;
}
.owl-theme .owl-buttons
{
    position: absolute;
	top:50%;
	left: 30px;
    right: 30px;
    margin-top: -32px;
	
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons DIV.owl-next
{
    background: url(../images/arrow_right.png) no-repeat top left;
    width: 33px;
    height: 64px;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    right: 0;
    position: absolute;
    top:0;
}
.owl-theme .owl-controls .owl-buttons DIV
{
    background: url(../images/arrow_left.png) no-repeat top left;
    width: 33px;
    height: 64px;
    display: block;
    text-indent: -999px;
    overflow: hidden;
}
.owl-theme .owl-controls.clickable .owl-buttons DIV:hover
{
	filter: Alpha(Opacity=100);
	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: 9px;
	height: 9px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #B7B7B7;
}
.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: #309E4B;
}
/* 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;
}
