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

.owl-theme-tm .owl-controls{
  /*margin-top: -31px;*/	
  /*text-align: right;*/
  z-index:2;
  /*position:relative;*/
  /*right:10px;*/
  bottom:0px;
  width: 100%;
  height: 100%;
  margin-top:40px;
}



/* Styling Next and Prev buttons */

.owl-carousel-tm .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;	
  position: absolute;
  top: -54px;
  height: 35px;
  width: 35px;

  text-indent: -9999px;
  *display: inline;/*IE7 life-saver */

}

.owl-theme-tm .owl-controls .owl-buttons div{

  display: inline-block;	
  position: absolute;
  bottom: 45%;
  height: 20px;
  width: 20px;    
  text-indent: -9999px;
  *display: inline;/*IE7 life-saver */
  background-repeat: no-repeat;
}

.owl-theme-tm .owl-controls .owl-buttons .owl-prev{    
  background-image: url("prev.png");    
  left: 230px;
  float: left;

}
.owl-theme-tm .owl-controls .owl-buttons .owl-next{    
  background-image: url("next.png");
  left: 250px;
  float: right;    
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme-tm .owl-controls.clickable .owl-buttons div:hover{    
  text-decoration: none;
  background-position:0 -30px;
}

/* Styling Pagination*/

.owl-theme-tm .owl-controls .owl-page{    
  zoom: 1;    
}
.owl-theme-tm .owl-controls .owl-page span{
  height: 5px;
  margin: 2px;
  width: 15px;
  background: #bbbbbb;
  display: block;
}

.owl-theme-tm .owl-controls .owl-page.active span,
.owl-theme-tm .owl-controls.clickable .owl-page:hover span{	
  background: #ee480a;
}

/* If PaginationNumbers is true */

.owl-theme-tm .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
}