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

.owl-controls{
	margin-top: 0px;
	text-align: left;
    width:100%;
    float:right;
    display:block;
    clear:none;
}
.owl-controls .owl-nav
{
    width:50%;
    float:right;
}
.owl-controls .owl-dots
{
    width:50%;
    float:right;
}
/* Styling Next and Prev buttons */

.owl-controls .owl-nav div{
	color: #000;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px 10px 5px 10px;
	padding: 3px 15px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #ffffff;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.8;
    float:right;
}
#model-holder .owl-controls .owl-nav div
{
    margin: 6px 5px 6px 5px;
    padding:1px 7px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-nav div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
   
}
.owl-theme .owl-controls .owl-dot 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: #f7f1eb;
}

.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dot:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-dot 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.loadingimg{
	min-height: 150px;
	background: url(img/base/284.gif) no-repeat center center;   
    position:relative;
    float:left;
    width:100%;
    height:100%;
    padding:0;
    text-align:center;

}