﻿.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0px;
	padding: 30px 0px;
	font-size: 0px;
	background-color:transparent!important;

}

.owl-controls {
    position:absolute;
    top:35%;
    background-color:#000000;
    width:100%
}
.owl-buttons {
	top:0px;
	width:100%;
	position:absolute;
    	font-size: 0px;


}
.owl-prev {
	float:left;
	background-image:url('prev.png') !important;
	width:32px !important;
	background-repeat:no-repeat;
		position:absolute;
		left:-30px;
        	font-size: 0px;

}
.owl-next {
	float:right;
	background-image:url('next.png') !important;
	width:32px !important;
	background-repeat:no-repeat;
			position:absolute;
		right:-30px;
        	font-size: 0px;

}



.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;

	margin: 0px 4px;
	padding: 22px 7px;

	display: inline-block;
	cursor: pointer;

}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {

	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;*;
	display: none;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
