.owl-item{
	overflow: hidden;
}
.owl-controls{
    position: absolute;
    right: 22px;
    bottom: 8px;
	text-align: right;
}

/* Styling Next and Prev buttons */


/* Styling Pagination*/
.owl-controls .owl-dot{
	display: inline-block;
	zoom: 1;
}
.owl-controls .owl-dot span{
	display: block;
	width: 25px;
	height: 2px;
	margin: 4px;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
}

.owl-controls .owl-dot.active span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #fff;
}

/* If PaginationNumbers is true */
.owl-controls .owl-dot 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;
}
