/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* 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;
}

/* 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: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	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);/*IE7 fix*/
	opacity: 1;
}

/* 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
}

.BrowseInventory .owl-theme .owl-controls .owl-buttons div{ display:none;}
.ads .owl-theme .owl-controls .owl-page{ display:none;}
.ads .owl-prev{ position:absolute; left:-25px; top:50%; z-index:99; margin-top:-20px !important;}
.ads .owl-next{ position:absolute; right:-25px; top:50%; z-index:99;margin-top:-20px !important;}
.ads .owl-theme .owl-controls .owl-buttons div{ background:none; padding:0;}

.ads .item{ padding:10px;}


#sync1 .item{
    background: #0c83e7;
    padding: 0px;
    margin: 0px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#sync1 .owl-item{ padding:0;}
#sync1 .owl-wrapper{ padding:0;}
#sync2 .item{
    background: #C9C9C9;
    padding:0px;
    margin: 10px 10px 10px 0;
    color: #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    cursor: pointer;
}
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item{
  background: #0c83e7;
}

.truck_slider .owl-theme .owl-controls{ position:absolute; z-index:1; top:50%; width:100%; left:0; margin-top:-23px;}
.truck_slider .owl-theme .owl-controls .owl-prev{ float:left; margin-left:5px;}
.truck_slider .owl-theme .owl-controls .owl-next{ float:right;}
.truck_slider .owl-theme .owl-controls .owl-buttons div{ padding:10px; background:#FFF;}
.truck_slider .owl-item{ }
#sync2 .owl-item{ padding:0;}
#sync2 .owl-item{ border-bottom:rgba(0,0,0,0) 10px solid; margin:0; padding:10px;}
#sync2 .owl-item.synced{  margin:0; padding:10px;}
#sync2 .synced .item{border-bottom:#4AB2F3 10px solid;}
#sync2 .item{ padding:0; margin:0;}
div#bannerWrap{ float:left; width:100%; position:relative;}
#bannerWrap #demo{ float:left; width:100%;}
#bannerWrap .owl-carousel  .owl-wrapper, .owl-carousel  .owl-item{ padding:0;}
#bannerWrap .owl-controls.clickable{ }
#bannerWrap .owl-pagination{ display:none !important;}
#bannerWrap .ActionWrap{ position:absolute; left:0; top:50%; margin-top:-25px; width:100%; display:none !important;}
#bannerWrap .ActionWrap span.nextSlide{ float:right; margin-right:10px;}
#bannerWrap .ActionWrap span.prevSlide{ float:left; margin-left:10px}
#bannerWrap .owl-theme .owl-controls .owl-buttons{ width:100%; text-align:left; left:0;}
#bannerWrap .owl-theme .owl-controls .owl-buttons div{ position:absolute;top:50%; margin-top:-25px;  width:16px; border-radius:0px; padding:0px; background:rgba(255,255,255,.0); opacity:.5; color:#000; border:rgba(255,255,255,.9) 0px solid;}
#bannerWrap .owl-theme .owl-controls .owl-buttons div.owl-prev{ left:10px;}
#bannerWrap .owl-theme .owl-controls .owl-buttons div.owl-next{right:10px;}
#bannerWrap .owl-theme .owl-controls{ margin:0;}

#bannerWrap .owl-theme .owl-controls .owl-buttons div:hover{ opacity:1;}