.precontent_wrapper {
	width: 100%;
	background: url(../files/gui/precontent_bg.jpg) bottom repeat-x #f0f0f0;
}

.precontent_wrapper.start {
	width: 100%;
	background: #f0f0f0;
	
}


#precontent {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
	background: url(../files/gui/precontent_bg.jpg) bottom repeat-x #f0f0f0;
	
}

.precontent_wrapper.start #precontent {
	background: #f0f0f0;
}

#carusel {
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

#product_list {
	position:relative;
}

.owl-navigation {
width: auto;
height: 100%;
position: absolute;

top: 0px;
}

.owl-carousel-prev {left:0px; z-index:100;}
.owl-carousel-next {right:0px;z-index:100;}

@media (max-width: 900px) {
	.owl-carousel-prev {display:none;}
	.owl-carousel-next {display:none;}
}