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



#owl-demo{
 
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
 
}
/* 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{
 
}


.owl-prev{
	    position: absolute;
    top: 100px;
    width: 30px; left: 0px;
    height: 30px;
    background: url(/images/left.png) no-repeat;
    text-indent: -10000px;
}

.owl-prev:hover{
	background: url(/images/left-h.png) no-repeat;
}






.owl-next{
	    position: absolute;
    top: 100px;
    width: 30px; right: 8px;
    height: 30px;
    background: url(/images/right.png) no-repeat;
    text-indent: -10000px;
}


.owl-next:hover{
	background: url(/images/right-h.png) no-repeat;
}






/* 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 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #4e6071;
}

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

/* 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(../img/AjaxLoader.gif) no-repeat center center
}


#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 456px;
  border-bottom: 5px solid #7e8e9b;
 
  height: 232px;
}