/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:0 auto;
	width:900px; /*가로값*/
	height:180px;

}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:180px; /*배너1당 영역*/
	height:100%;
	text-align:center;

}
.ca-item p{}
.ca-item p span{display:block;color:#333;padding-top:5px;}
.ca-item p a{display:block;}
.ca-item p a img{border:1px solid #e8e8e8;width:150px;height:150px;}


.ca-nav span{
	width:17px;
	height:25px;
	background:transparent url(/img/main/aa.gif) no-repeat top left;
	position:absolute;
	top:45%;
	margin-top:-19px;
	left:-30px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-30px;
}
.ca-nav span:hover{
	opacity:1.0;
}