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



/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


#owl-example .owl-wrapper-outer{
	
}

#owl-example .item{
	margin: 3px;
}

#owl-example .item img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

#owl-example .item h3 {
	color: #444;
	font-size: 12px;
}

#owl-example .item p {
	color: #444;
	font-size: 11px;
	line-height:13px;
}

#owl-example .item h3 a,
#owl-example .item p a,
#owl-example .item a
{
    background: none !important;
    padding: 0 !important;
}

#owl-example .owl-buttons .owl-prev {
	position: absolute;
	left: -14px;
	top: 38px;
}

.rsDefault .rsArrowIcn:after {
  
}

#owl-example .owl-buttons .owl-next {
	position: absolute;
	right: -14px;
	top: 38px;
}
