/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:0 auto 0 auto;
	width:998px;
	height:60px;
}
.ca-wrapper{
	width:830px;
	height:100%;
	position:relative;
	margin:0 auto;
	margin-top:7px;
	_margin-top:12px;
}
.ca-item{	
	float:left;
	width:168px;
	height:60px;
	text-align:center;
	margin-right:20px;
}
.ca-item a{width:185px;height:60px;text-align:center;}
.ca-item a img{border:3px solid #dbe8f1;}

.ca-nav span{
	width:22px;
	height:58px;
	background:transparent url(m_e_lbtn.gif) no-repeat top left;
	position:absolute;
	bottom:9px;
	*+bottom:6px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background:transparent url(m_e_rbtn.gif) no-repeat top left;
	left:auto;
	right:0px;
}
.ca-nav span:hover{
	opacity:1.0;
}