/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:65px auto 20px 0;
	width:960px;
	height:80px;
}
#accesoriosProductos .ca-container{
	position: relative;
	margin: 10px auto 10px 0;
	width: 960px;
	height: 200px;
}

.ca-wrapper{
	width:840px;
	margin:0 auto 0 60px;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width: 210px;
	height:100%;
	text-align:center;
	border-right: 1px solid #5bb6e7;

}

#accesoriosProductos .ca-item{
	border:none;	
}

.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	background: #ccbda2;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-nav span{
	width: 62px;
	height: 63px;
	background:transparent url(../img/bg_direction_nav.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-35px;
	left:0;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:0;
}
.ca-nav span:hover{
	opacity:1.0;
}