#owl {
	overflow: hidden;
}

.owl-item {
	float: left;
	width: 100%;
}

.item {
	overflow: hidden;
}

.owl-prev, .owl-next {
	content: '';
	cursor: pointer;
	bottom: 45px;
	position: absolute;
	background: url(../images/prevnext.png) 0 0 no-repeat;
	width: 40px;
	height: 39px;
	overflow: hidden;
	text-indent: -999px;
}

.owl-next {
	right: 357px;
	background-position: right bottom;
}

.owl-next:hover {
	background-position: right 0;
}

.owl-prev {
	right: 397px;
}

.owl-prev:hover {
	background-position: 0 bottom;
}


/* Owl content */


#owl img {
	margin: 10px 45px 10px 10px;
	float: left;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 0 10px #ddd;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}