
/*INDEX*/
.ca-container {
	position:relative;
	margin:100px auto 0px auto;
	width:990px;
	height:640px;
}

.ca-wrapper {
	width:100%;
	height:100%;
	position:relative;
}

.ca-item {
	position:relative;
	float:left;
	width:334px;
	height:100%;
	text-align:center;
}

.celluleitem {
	width:290px;
	height:400px;
	padding:2px;
	position:absolute;
	top:5px;
	left:5px;
	right:0px;
	bottom:0px;
	background:#000000;
	-moz-box-shadow:3px 4px 5px rgba(0,0,0,0.6);
	-webkit-box-shadow:3px 4px 5px rgba(0,0,0,0.6);
	box-shadow:3px 4px 5px rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=140, Strength=5);
    zoom: 1;
}

.celluleitem-t {
	width:290px;
	height:400px;
	padding:2px;
	position:absolute;
	top:5px;
	left:5px;
	right:0px;
	bottom:0px;
	background:#6b5f5f;
	-moz-box-shadow:3px 4px 5px rgba(0,0,0,0.6);
	-webkit-box-shadow:3px 4px 5px rgba(0,0,0,0.6);
	box-shadow:3px 4px 5px rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=140, Strength=5);
    zoom: 1;
}


.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../img/arrows.png) no-repeat top left;
	position:absolute;
	top:200px;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}