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

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

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons {
	position:absolute;
	right:10px;
	top:-70px;	
}
.owl-theme .owl-controls .owl-buttons div{
	width:30px;
	height:30px;
	color:#FFF;
	display:inline-block;
	zoom:1;
	border-radius:15px;
	display:block;
	float:left;
	border:2px solid #FFF;
	padding-top:2px;
	font-size:15px;
	margin-left:5px;
}