.container{
}

.ca-container{
	position:relative;
	width: 100%;
	height: 128px;
}
.ca-wrapper{
	width: 100%;
	height: 100%;
	position:relative;
}

.ca-item{
	position:relative;
	float:left;
	width: 225px;
	height: 100%;
	text-align:center;
}

.ca-item-1{
	position:relative;
	float:left;
	width: 225px;
	height: 100%;
	text-align:center;
}

.ca-item-main{
	position: absolute;
	top: 5px;
	left: 10px;
	right: 10px;
	bottom: 5px;
    border-radius: 7px;
	overflow: hidden;
}

.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:5px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right: 5px;
}
.ca-nav span:hover{
	opacity:1.0;
}