.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	margin-top: 0px;
	margin-bottom:20px;
	width:990px;
	height:450px;
	background-color:#EEE;
	-moz-box-shadow: 0 0 5px 2px #000;
	-webkit-box-shadow: 0 0 5px 2px #000;
	box-shadow: 0 0 5px 2px #000;
	padding:5px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:330px;
	height:100%;
	text-align:center;
}
.ca-item-1{
	background:url(../images/homeblocks/dcbibbed.jpg) no-repeat center center;
}
.ca-item-2{
	background:url(../images/homeblocks/baby.jpg) no-repeat center center;
}
.ca-item-3{
	background:url(../images/homeblocks/handsbelly.jpg) no-repeat center center;
}
.ca-item-4{
	background:url(../images/homeblocks/bib.jpg) no-repeat center center;
}
.ca-item-5{
	background:url(../images/homeblocks/contact_mouse_keyboard2.jpg) no-repeat center center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	background: #b0ccc6;
	text-align:center;
	color: #000;
	font-size:14px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.ca-close{
	position:absolute;
	top:32px;
	right:40px;
	background:#EEE url(../images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.2);
	box-shadow:2px 2px 3px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.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-item h3{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size:30px;
	color:#fff;
	margin-bottom:10px;
	text-align:center;
	text-shadow: 0px 1px 1px #333;
}
.ca-item h4{
	font-family: "Terminal Dosis", "Georgia","Times New Roman",serif;
	font-size:13px;
	text-align:left;
	border-left:10px solid #b0ccc6;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
	color:#CCC;
}
.ca-item h4 span{
	display:block;
}
.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:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
	left: 29px;
}
.ca-content{
	width:640px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-family: "Terminal Dosis", "Georgia","Times New Roman",serif;
	margin:10px 20px;
	padding:10px 20px;
	line-height:24px;
}
.ca-content-text p{
	padding-bottom:5px;
}
.ca-content h6{
	margin:25px 20px 0px 35px;
	font-size:32px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-nav span{
	width:33px;
	height:60px;
	background:transparent url(../images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-30px;
	left:-33px;
	text-indent:-9000px;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-33px;
}
