.owl-wrap {
	border:2px solid #00adef;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	-webkit-box-shadow:inset 0 10px 5px -10px #7a7a7a;
	box-shadow:inset 0 10px 5px -10px #7a7a7a;
	background: white;
}
#owlPrev, #owlNext{
	width: 24px;
	height: 25px;
	margin: 35px 5px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	background-image: url('../images/arrows.png');
	cursor: pointer;
}
#owlPrev{
	float: left;
	background-position: 0 -25px;
	margin-left: 3px;
}
#owlPrev:hover{
	background-position: 0 0px;
}
#owlNext{
	float: right;
	background-position: 24px -25px;
}
#owlNext:hover{
	background-position: 24px 0px;
}
.owl-content{
	margin: 0 37px 0 35px;
}
.owl-item a{
	border: 1px solid #bdbdbd;
	border-top: 3px solid #00adef;
	background: #efefef;
	display: block;
	margin-right: 5px;
	padding: 2px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	line-height: 140%;
}
.owl-item a.active{
	border-top-color: #f10490;
}
.owl-item a:hover{
	border-color: #f10490;
	background-color: #f10490;
	color:#fff;
}
.owl-item a:hover span{
	color: #fff;
	border-top-color: #fff;
}
.owl-item a span{
	width: 100%;
	color: #838383;
	display: block;
	border-top: 1px solid #bdbdbd;
	padding-top: 2px;
	line-height: 160%;
}
.owl-carousel a{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
}