.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	margin-bottom:20px;
	width:575px;
	height:113px;
	background-color:#EEE;
	-moz-box-shadow: 0 0 5px 2px #ccc;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 1px 2px #ccc;
	padding:5px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:190px;
	height:113px;
	text-align:center;
}



.ca-item-main{
	padding:15px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	margin-top:280px;
	overflow:hidden;
	background:#191919;
	background:url(../images/tile.png);
}

.ca-content-wrapper{
	background-color:#b0ccc6;
	background-repeat:no-repeat;
	background-position:right;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:200px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}

.ca-nav span{
	width:16px;
	height:30px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-17px;
	left:-16px;
	text-indent:-9000px;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-16px;
}
.overlay{
	position:absolute;
	display:none;
	width:168px;
	height:110px;
}
.overlay2{
	position:absolute;
	display:none;
	width:100px;
	height:100px;
	margin-left:800px;
}