@charset "UTF-8";
/* CSS Document */

.ca-container{
	position:relative;
	margin:0 auto;
	width:100%;
	height:220px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:260px;
	height:220px;
	text-align:right;
}
.ca-item a { text-indent:-9999px;}

.ca-nav span{
	width:40px;
	height:220px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	background-size:80px 220px; -webkit-background-size:80px 220px; -moz-background-size:80px 220px;
	position:absolute;
	top:0;
	margin-top:0px;
	left:0;
	text-indent:-9000px;
	opacity:1.0;
	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;
}