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

.rc-theme .owl-controls{
	margin-bottom: 4px;
	margin-top: 10px;
	text-align: center;
	  padding-bottom: 20px;
}

/* Styling Next and Prev buttons */

.rc-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:38px;
	height:38px;
	background:url('../images/owl-controls.jpg');
	z-index:999;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */


/* Styling Pagination*/

.rc-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.rc-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	background: #c0c0c0;
}

.rc-theme .owl-controls .active span{
	background: #da4c49;
}

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

/* If PaginationNumbers is true */

.rc-theme .owl-controls .owl-page span.owl-numbers{
	color: #FFF;
	font-size: 12px;
	height: auto;
	padding: 7px 5px;
	width: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
