/* Owl Carousel 1.3.3 */
.owl-theme .owl-controls{/*margin-top:10px;*/text-align:center;}
.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;filter:Alpha(Opacity=50);opacity:0.5;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none;}
.owl-theme .owl-controls .owl-page{display:none;zoom:1;*display:inline;}
.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:0.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1;}
.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;}
.owl-item.loading{min-height:150px;background:url(http://www.ztemobile.de/assets/images/gui/loaders/ajax-loader.gif) no-repeat center center;}
.owl-prev,.owl-next{position:absolute;top:50%;margin-top:-32px;width:36px;height: 65px;background:url('../images/gui/buttons/zte-carrousel-arrow-right.png') no-repeat center center;text-indent: -999em;background-size: 100% auto;}
/*#navigation .menu-expand .owl-prev,#navigation .menu-expand .owl-next{position:absolute;top:30%;width: 32px;height: 61px;background:url('../images/gui/buttons/zte-carrousel-arrow-small.png') no-repeat center center;text-indent: -999em;}*/
.owl-prev{left:5%;background:url('../images/gui/buttons/zte-carrousel-arrow-left.png') no-repeat center center;background-size: 100% auto;}
/*.owl-prev{left:5%;transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);}*/
.owl-next{right:5%;}

/* extra small devices */
@media (max-width: 767px)
{
	/*	body.home #smartphones-carrousel .owl-prev, body.home #smartphones-carrousel .owl-next { top: 50%; width: 16px; height: 30px; background: url('../images/gui/buttons/zte-carrousel-arrow-right.png') no-repeat center center; background-size: 100% auto; }*/

	.owl-prev, .owl-next {background: url('../images/gui/buttons/zte-carrousel-arrow-right.png') no-repeat center center; background-size: 100% auto;height: 43px;width:24px;margin-top:-21px;}
	.owl-prev { background: url('../images/gui/buttons/zte-carrousel-arrow-left.png') no-repeat center center; background-size: 100% auto; }
	.owl-page span { width: 1em!important; height: 1em!important;}

}