.clear {
	clear: both;
}
.owl-carousel{
	width: 600px !important;
}
.owl-item {
	height: 70px !important;
}
.prev_img {	
	left: 20px;
	height: 70px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 70px;
	z-index: 50;
	background: url(../images/arrow_prev.png);
	background-size: 50px;
	opacity: 0.4;
	background-repeat: no-repeat;
}
.prev_img:hover{	
	opacity: 0.8;
}
.next_img {
	right: -5px;
	height: 70px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 70px;
	z-index: 50;
	opacity: 0.4;
	background: url(../images/arrow_next.png);
	background-size: 50px;
	background-repeat: no-repeat;
}
.next_img:hover{	
	opacity: 0.8;
}

#featured ul.ui-tabs-nav {
	overflow-y: scroll;
	height: 250px;
}