#owl{
	z-index: 1;
	position: relative;
	margin: 0 -20px 0;
}
#owl figure{
	display: inline-block;
	margin-bottom: 7px;
}

#owl .owl-item{
	float: left;
}

#owl .owl-item+.owl-item {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}

#owl .item {
	background: none;
	position: relative;
	padding: 28px 0px 30px 17px;
}

#owl .item p {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
	padding-right: 10px;
}

#owl .item:hover .count{
	color: #FFF;
}

.owl-controls {
	position: absolute;
	bottom: 0;
	right: 10px;
}

.owl-wrapper-outer {
	overflow: hidden;
	padding-left: -1px;
}

#owl .owl-prev, #owl .owl-next{
	cursor: pointer;
	height: 38px;
	position: absolute;
	bottom: 0;
	display: block;
	width: 38px;
	overflow: hidden;
	text-indent: -999px;
}
#owl .owl-next{
	right: -150px;
	background: url(../images/next.png) 0 0 no-repeat;
}
#owl .owl-prev{
	right: -112px;
	background: url(../images/prev.png) 0 0 no-repeat;
}

#owl .owl-prev:hover{
	background-position: 0 bottom;
}

#owl .owl-next:hover{
	background-position: right bottom;
}

#owl .owl-next{
	background-position: right 0;
}
.owl-buttons{
	display: inline-block;
}
/* Owl content */

.owl-carousel .owl-wrapper{
	display: block;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}

.owl-page{
	display: inline-block;
	background: url(../images/pagination.png) no-repeat;
	width: 10px;
	height: 11px;
	cursor: pointer;
}
.owl-page+.owl-page{
	margin-left: 4px;
}
.owl-page:hover{
	background-position: right 0;
}
.owl-page.active{
	background-position: right 0;
}



/************/


#owl2{
	z-index: 1;
	position: relative;
	margin-bottom: 55px;
}

#owl2 figure{
	display: inline-block;
	overflow: hidden;
	float: left;
	position: relative;
}
#owl2 figure span {
	line-height: 18px;
	position: absolute;
	width: 100%;
	display: block;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	top: 0;
	padding: 40px 2px 0;
	background-color: #06C;
}
#owl2 figure a:hover span {
	display: none;
}

#owl2 .owl-item{
	float: left;
}

#owl2 .item {
	position: relative;
}

#owl2 .item:hover .count{
	color: #FFF;
}

#owl2 .owl-controls {
	position: absolute;
	bottom: -25px;
	right: 0;
}

#owl2 .owl-wrapper-outer {
	overflow: hidden;
	padding-left: -1px;
}

#owl2 .owl-buttons{
	display: inline-block;
}

/* Owl content */

#owl2 .owl-carousel .owl-wrapper{
	display: block;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}

#owl2 .owl-page{
	display: inline-block;
	background: url(../images/pagination.png) right 0 no-repeat;
	width: 11px;
	height: 11px;
	cursor: pointer;
}

#owl2 .owl-page+.owl-page{
	margin-left: 4px;
}

#owl2 .owl-page:hover{
	background-position: 0 0;
}

#owl2 .owl-page.active{
	background-position: 0 0;
}
