/* Circular Content Carousel Style */
div.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:990px;
	/*width:960px;*/
	/*height:450px;*/
	height:350px;
}
div.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
div.ca-item{
	position:relative;
	float:left;
	width:330px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	/*background: #ccbda2;*/
	background: #3299BB;
	text-align:center;
	color: white;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-shadow:1px 1px 1px #897c63;
}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	/*right:40px;*/
	background:#fff url(../images/cross.png) no-repeat center center;
	width:13px;
	height:13px;
	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;
}
div.ca-close:hover{
	opacity:1.0;
}
div.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	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);
}
div.ca-icon{
	width:233px;
	height:189px;
	position:relative;
	margin:0 auto;
	background:transparent url(../images/niko_hc.jpg) no-repeat center center;
}
div.ca-item-2 .ca-icon{
	background-image:url(../images/animal2.png);
}
div.ca-item-3 .ca-icon{
	background-image:url(../images/demo/depannage.png);
}
div.ca-item-4 .ca-icon{
	background-image:url(../images/demo/rookmelder.jpg);
}
div.ca-item-5 .ca-icon{
	background-image:url(../images/demo/huishoudtoestellen.jpg);
}
div.ca-item-6 .ca-icon{
	background-image:url(../images/demo/domotica.jpg);
}
div.ca-item-7 .ca-icon{
	/*background-image:url(../images/demo/verlichting.jpg);*/
	background-image:url(../images/lamp_233x153.png);
}
div.ca-item-8 .ca-icon{
	background-image:url(../images/demo/dpm_camionette_klein.jpg);
}
div.ca-item-9 .ca-icon{
	background-image:url(../images/demo/netwerk.jpg);
}

div.ca-item-10 .ca-icon{
	background-image:url(../images/demo/DIY.jpg);
}
div.ca-item h3{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:20px;
	/*font-size:30px;*/
	color:#424242;
	/*margin-bottom:20px;*/
	margin:25px 0px 10px 0px;
	/*height:85px;*/
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
	border-bottom: 0px;
}

div.ca-item h4{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	font-size:12px;
	text-align:left;
	/*border-left:10px solid #b0ccc6;*/
	border-left:10px solid #3299BB;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
	border-bottom: 0px;
}
div.ca-item h4 span{
	text-indent:40px;
	display:block;
	color:#424242;
	font-family: "Georgia","Times New Roman",serif;
	font-size:12px;
}
div.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
div.ca-content-wrapper{
	/*background:#b0ccc6;*/
	background:#3299BB;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	/*height:440px;*/
	height:340px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
div.ca-content{
	/*width:660px;*/
	width:630px;
	overflow:hidden;
}
div.ca-content-text{
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia","Times New Roman",serif;
	margin:5px 20px 5px 40px;
	/*padding:5px 0px 5px 20px;*/
	line-height:24px;
}
div.ca-content-text p{
	/*padding-bottom:5px;*/
	text-align:justify;
	color:#F3F3F3;
}
div.ca-content h6{
	/*margin:25px 20px 0px 35px;*/
	margin:15px 20px 0px 20px;
	/*font-size:32px;*/
	font-size:20px;
	padding-bottom:5px;
	color:#000;
	font-family: 'Coustard', sans-serif;
	/*color:#60817a;*/
	color:#F3F3F3;
	/*border-bottom:2px solid #99bcb4;*/
	border-bottom:2px solid #F3F3F3;
	/*text-shadow: 1px 1px 1px #99BCB4;*/
	text-shadow: 1px 1px 1px #424242;
}
div.ca-content ul{
	margin:20px 35px;
	height:30px;
}
div.ca-content ul li{
	float:right;
	margin:0px 2px;
	list-style-type:none;
}

div.ca-content ul li a{
	color:#3299BB;
	background:#F3F3F3;
	padding:3px 6px;
	font-size:14px;
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	border-radius: 4px;
}
div.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
div.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:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
div.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
div.ca-nav span:hover{
	opacity:1.0;
}