.car_div {
}

#owl {
	overflow: hidden;
	z-index: 1;
	margin-top: -44px;
	padding-top: 71px;
	position: relative;
}

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

#owl .item {
	position: relative;
	text-align: left;
}

#owl .item img {
	position: relative;
	top: 1px;
	margin-bottom: 12px;
	display: block;
	border: 5px solid #fff;
	box-shadow:  0 0 0 1px #ebebeb;
}

#owl .fl {
	line-height: 18px;
	margin-right: 32px;
	margin-left: 1px;
	float: left;
}

#owl blockquote {
	line-height: 22px;
	padding: 27px 30px 26px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ebebeb;
	background-color: #fff;
}

.owl-wrapper-outer {
	overflow: hidden;
}


#owl .owl-prev, #owl .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../images/prevnext.png) 0 0 no-repeat #dcdcdc;
	display: block;
	height: 28px;
	right: 28px;
	top: 27px;
	width: 27px;
	overflow: hidden;
	text-indent: -999px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

#owl .owl-next {
	right: 0px;
	background-position: right bottom;

}



#owl .owl-next:hover,
#owl .owl-prev:hover {
	background-color: #ffd600;
}

#owl  .alright {
	font-size: 11px;
}

#owl  .alright span {
	display: block;
	margin-bottom: 3px;
	padding-right: 2px;
	font: 24px/20px 'Pacifico', cursive;
}

#owl  p+p {
	margin-bottom: 12px;
}


/* Owl content */



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


.car_div {
}

#owl1 {
	overflow: hidden;
	position: relative;
	margin: 0px -10px 0px;
	padding-bottom: 60px;

}

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



#owl1 .item {
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	text-align: left;
}

#owl1 .title {
	padding-top: 6px;
	margin-bottom: 15px;
	font: 24px/18px 'New Rocker', cursive;

}

#owl1 .sizes {
	word-spacing: 10px;
	padding-top: 18px;
	font: 24px/18px 'New Rocker', cursive;

}


#owl1 .owl-wrapper-outer {
	overflow: visible;
	padding-top: 0;
}


#owl1 .owl-prev, #owl1 .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../images/prevnext.png) 0 0 no-repeat #dcdcdc;
	display: block;
	height: 28px;
	right: 28px;
	top: 0;
	width: 27px;
	overflow: hidden;
	text-indent: -999px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

#owl1 .owl-next {
	right: 0px;
	background-position: right bottom;

}



#owl1 .owl-next:hover,
#owl1 .owl-prev:hover {
	background-color: #ffd600;
}