/* CARROUSEL */
#corner {
	position: absolute;
	top:0;left:0;
	display:block;
	width:57px; height:57px;
	background:url(corner.png) no-repeat;
	z-index:97;
}
#vline {
	position: absolute;
	top:0;right:0;
	display:block;
	width:8px; height:251px;
	background-color:#d9d6c6;
	z-index:98;
}
#homeCarrousel {
	position:relative;
	width:726px; height:251px;
	font:11px/14px Verdana,Arial,Helvetica,Sans-serif;
	overflow:hidden;
}
#homeCarrousel #slideImages,
#homeCarrousel #slideImages ol,
#homeCarrousel #slideImages ol li {
	width:726px; height:251px;
	margin:0; padding: 0;
	list-style: none;
	overflow:hidden;
	cursor: pointer;
}
/* Stylen t.b.v. Menu functionaliteit */
#homeCarrousel #slidePager {
	position:absolute;
	top:213px;
	left:28px;
	margin:0px;
	padding:0px;
	z-index:99;
}
#homeCarrousel #slidePager ol {
	margin:0px;
	padding:0px;
	list-style: none;
}
#homeCarrousel #slidePager ol li {
	padding:0px;
	margin:5px 5px 0px 5px;
	background: no-repeat center url(/content/images/sites/eci_be/mainsite/carrousel-nav-pas.png);
	float: left;
	
}
#homeCarrousel #slidePager ol li div {
	width:30px;
	height:33px;
	cursor: pointer;
	padding: 0px;
}
#homeCarrousel #slidePager ol li a {
	width:30px;
	height:33px;
	cursor: pointer;
	padding: 0px;
}
#homeCarrousel #slidePager ol li.activeSlide {
	padding:0px;
	margin:5px 5px 0px 5px;
	background: no-repeat center url(/content/images/sites/eci_be/mainsite/carrousel-nav-act.png);
	float: left;
}
#homeCarrousel #slidePager ol li.firstSlide {
	padding:0px;
	margin:5px 5px 0px 5px;
	background: no-repeat center url(/content/images/sites/eci_be/mainsite/carrousel-nav-pas.png);
	float: left;
}
#homeCarrousel #slidePager ol li.activeSlideFirst {
	padding:0px;
	margin:5px 5px 0px 5px;
	background: no-repeat center url(/content/images/sites/eci_be/mainsite/carrousel-nav-act.png);
	float: left;
}
	* html #homeCarrousel #slidePager ol li.firstSlide  {
		background: none;
	}
	* html #homeCarrousel #slidePager ol li.activeSlideFirst  {
		background: none;
	}

