.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:939px;
	height:450px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:313px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 31px;
	right:0px;
	padding:8px 25px;
	font-weight:normal;
	background: #fff055;
	text-align:center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-style:italic;
	text-shadow:1px 1px 1px #fff;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(../pics-special/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	top:0px;
	position:absolute;
	left:5px;
	right:5px;
	bottom:1px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.ca-icon{
	width:300px;
	height:420px;
	position:relative;
	margin:0 auto;
	background:transparent url(../pics-special/holzbau.jpg) no-repeat center center;
}
.ca-item-2 .ca-icon{
	background-image:url(../pics-special/dachfenster.jpg);
}
.ca-item-3 .ca-icon{
	background-image:url(../pics-special/dachdeckung.jpg);
}
.ca-item-4 .ca-icon{
	background-image:url(../pics-special/fassadenbau.jpg);
}
.ca-item-5 .ca-icon{
	background-image:url(../pics-special/komplett.jpg);
}
.ca-item h3{
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	font-size:25px;
	color:#000;
	margin-bottom:20px;
	height:85px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}

.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:420px;

	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
.ca-content-text{
	font-size: 14px;
	font-family: 'PT Sans Narrow', sans-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: 'PT Sans Narrow', sans-serif;
	color:#60817a;
	border-bottom:2px solid #99bcb4;
	text-shadow: 1px 1px 1px #99BCB4;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../pics-special/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	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;
}
