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

.owl-theme .owl-controls{
	width:100%;
	text-align: center;
	position: absolute;
	top: 150px;
	left: 0;
}
.owl-prev{
	width:14px;
	height:26px;
	background:url(../img/pre.png) no-repeat;
	text-indent:-999999px;
	position:absolute;
	top:0;
	left:0;
}
.owl-next{
	width:14px;
	height:26px;
	background:url(../img/pre.png) -14px 0 no-repeat;
	text-indent:-999999px;
	position:absolute;
	top:0;
	right:0;
}
/* 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;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
@media screen and (max-width:767px){

    .owl-theme .owl-controls{
        top:100px;
    }
}
@media screen and (max-width:480px){

    .owl-theme .owl-controls{
        top:70px;
    }
}