/* Circular Content Carousel Style */

.contentslider h3{display:inline;
	font-weight:500;
	font-size:21px;
	text-transform: uppercase;
	color:#d2b67d;
}
.contentslider .vmheader{text-transform: uppercase;display:inline;font-weight:700;color:#d2b67d;float:right;margin-right:65px;position:absolute;right:5px;}
.contentslider .quantity-box, .contentslider .quantity-controls{display:none;}
.ca-container{
	position:relative;
	margin:00px auto 0px auto;
	height:390px;
}

.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
	border-top:1px solid #d2b67d;
		padding-top:10px;

}
.ca-item{
	position:relative;
	float:left;
	width:20%;
	height:100%;
	text-align:left;
}


.ca-nav span{
	width:24px;
	height:24px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:-30px;
	right:28px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:0px;
}
.ca-nav span:hover{
	opacity:1.0;
}
#ca-container_brand {height:130px;}
#ca-container_brand img{max-width: 80%!important;width:auto; max-height:100px;}
#ca-container_brand .ca-item a{height: 130px;display:table-cell;vertical-align: middle;text-align: center;max-width:180px;}
.ca-container .vote{border:none;}



