/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 0;
	text-align: center;
	position:absolute;
	z-index:100;
	top:50%;
	margin-top:16px;
	width:100%
}



/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons{
	width:100%
	}

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	padding: 3px 10px;
	opacity: 0.5;
	position:absolute;
	bottom:0;
	width:19px;
	height:33px;
	text-indent:-9999px;
}

#slideshow.owl-theme .owl-controls .owl-buttons div{
	width:36px;
	height:40px;
	}

#slideshow.owl-theme .owl-controls .owl-buttons div.owl-prev{
	left:0;
	background:url(../images/btn-prev-w.png) no-repeat center center;
	background-color: rgba(0, 0, 0, 0.5);	
	}
	
.owl-theme .owl-controls .owl-buttons div.owl-next{
	right:0;
	background:url(../images/btn-next-w.png) no-repeat center center;
	background-color: rgba(0, 0, 0, 0.5);
	}




.last-list.owl-theme .owl-controls .owl-buttons div.owl-prev{
	left:-22px;	
	background:url(../images/btn-prev-w.png) no-repeat;
	}
	
.last-list.owl-theme .owl-controls .owl-buttons div.owl-next{
	right:22px;
	background:url(../images/btn-next-w.png) no-repeat;
	}
	






/* 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 */
	display:none;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #82d2d2;
}

.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
}

.thumbs.owl-theme .owl-controls{
	margin-top:6px
	}

.thumbs.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: rgba(0, 0, 0, 0) url("../images/btn-prev.png") no-repeat scroll 0 0;
    left: -11px;
}

.thumbs.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: rgba(0, 0, 0, 0) url("../images/btn-next.png") no-repeat scroll 0 0;
    right: -11px;
}



.last-list.owl-theme .owl-controls{
	margin-top: 0;
	text-align: center;
	position:absolute;
	z-index:100;
	top:50%;
	margin-top:33px;
	width:100%
}

@media (max-width:800px){
	.owl-theme .owl-controls{
		bottom:0;
	}
	
	.owl-theme .owl-controls .owl-page{
		display: inline-block;
		zoom: 1;
		*display: inline;/*IE7 life-saver */
	}
	
	.owl-theme .owl-controls {
		margin-top: auto;
		position: relative;
		text-align: center;
		top: auto;
		width: auto;
		z-index: 100;
		margin-top:20px;
	}
	
	.last-list.owl-theme .owl-controls .owl-buttons div.owl-prev {
		background: rgba(0, 0, 0, 0) url("../images/btn-prev-w.png") no-repeat scroll 0 0;
		left: 0;
	}
	
	.last-list.owl-theme .owl-controls .owl-buttons div.owl-next {
		background: rgba(0, 0, 0, 0) url("../images/btn-next-w.png") no-repeat scroll 0 0;
		right: 0;
	}
	
	
	.last-list.owl-theme .owl-controls{
		margin-top: 0;
		text-align: center;
		position:relative;
		z-index:100;
		top:0;
		margin-top:auto;
		width:100%;
		bottom:0;
	}


	
}



