/*


* 	Owl Carousel Owl Demo Theme 


*	v1.3.3


*/





.owl-themeh .owl-controls{


	margin-top: 10px;


	text-align: center;


}





/* Styling Next and Prev buttons */





.owl-themeh .owl-controls .owl-buttons div{


	color: #1c1c1c;


    display: inline-block;


    zoom: 1;


    width: 30px;


    height: 30px;


    padding: 0;


    line-height: 2.1!important;


    font-size: 14px;


    -webkit-border-radius: 25px 25px 25px 25px;


    -moz-border-radius: 25px 25px 25px 25px;


    border-radius: 25px 25px 25px 25px;


    background: #ffffff;


    filter: Alpha(Opacity=50);


    opacity: 0.5;


}


.owl-themeh .owl-controls .owl-buttons div:hover {


    color: #F7B531;


}


#categorybyid .owl-buttons .owl-h-prev {


     float: right;


    margin-top: -46px;


	    margin-right: 50px;


		position:relative;


		z-index:100;


}


#categorybyid .owl-buttons .owl-h-next {


    float: right;


    margin-top: -46px;


	margin-right: 12px;


	position:relative;


	z-index:100;


}


#categorybyid .owl-buttons{


	top:-10px;


	position:absolute;


	z-index:1;


	width:100%;


}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */








/* Styling Pagination*/





.owl-themeh .owl-controls .owl-page{


	display: inline-block;


	zoom: 1;


	*display: inline;/*IE7 life-saver */


}


.owl-themeh .owl-controls .owl-page span{


	    display: block;


    width: 12px;


    height: 12px;


    margin: 5px 7px;


    filter: Alpha(Opacity=50);


    opacity: 0.5;


    -webkit-border-radius: 0px;


    -moz-border-radius: 0px;


    border-radius: 0px;


    background: #f9f none repeat scroll 0% 0%;


    border-radius: 0px;


}





.owl-themeh .owl-controls .owl-page.active span,


.owl-themeh .owl-controls.clickable .owl-page:hover span{


	filter: Alpha(Opacity=100);/*IE7 fix*/


	opacity: 1;


}





/* If PaginationNumbers is true */





.owl-themeh .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


}


@media (max-width: 767px){
	
	
	/* ats */
	
	#categorybyid .owl-buttons{


	/*top:-120px;*/


	position:absolute;


	z-index:1;


	width:100%;


}
	
	/* fin ats */


	#categorybyid .owl-buttons .owl-h-prev {


    float: left;


    margin-top: 30px;


	    margin-left: 12px;


		position:relative;


		z-index:100; 
		
		/* ats */
		
		background-color: #4fa333;

		/* fin ats */
}


#categorybyid .owl-buttons .owl-h-next {


	float: right;


    margin-top: 30px;


		position:relative;


		z-index:100;
	
		/* ats */
		
		background-color: #4fa333;

		/* fin ats */

}


.owl-themeh .owl-controls .owl-buttons div{


	background:#73777A;


}


}