#owl-products
{
	max-height:400px;
	overflow: hidden;
	position: relative;

}
.owl-controls {
	right:3px;
	top:0;
	z-index:99;
	height:1px;
}

.owl-prev
{
	position: absolute;
	left:10px;
	top:35%;
	background:none !important;
}
.owl-next
{
	position: absolute;
	right:10px;
	top:35%;
	background:none  !important;
}
.owl-pagination
{
	position: absolute;
	top:80% !important;
	width:100%  !important;
}
 .owl-wrapper .owl-item img
{
	width:100% !important;
	height: auto;
	max-height:600px !important;
}
 .owl-wrapper .owl-item .content-item
{
	width:100% !important;
}