/*
* 	Owl Carousel Owl Demo Theme 
*	v1.19
*/

.owl-theme .owl-controlls{
    margin-top: 10px;
	text-align: center;
	position:absolute;
	top:-84px;
	right:-5px;
}
.widget-box .owl-theme .owl-controlls{
	top:-71px;
}
.portoflio.owl-theme .owl-controlls{
	top:-65px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controlls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin:0 5px 0 0;
	padding: 0;
	height:30px;
	width:30px;
	position:relative;
	content:'';
	font-size: 14px;
	background-image:url(../images/sliders_arrow.png);
	background-repeat:no-repeat;
	background-color:#303030;
}
.owl-theme .owl-controlls .owl-buttons div.owl-next{
	background-position:-18px -1px;	
}
.owl-theme .owl-controlls .owl-buttons div.owl-prev{
	background-position:3px -1px;	
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controlls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controlls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controlls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	opacity: 0.8;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #303030;
}

.owl-theme .owl-controlls .owl-page.active span,
.owl-theme .owl-controlls.clickable .owl-page:hover span{
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controlls .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;
}



