/*uitzonderingen */
body.fullpage #content #slider-bp li img,
#content #slider li img
{
	background-color: transparent;
	border: none;
	border-width: 0;
}


/* Business Principles Easy Slider */
#container-slide
{
	background:url(/img/content-bg-slide.png) repeat-x 0 0;
	_margin-top:1px;
}



body.fullpage #content #slider-bp
{
	width:798px;
	height:247px;
	overflow: hidden;
	margin: 0 0 20px 70px;
	border: 1px solid #c6c7c8;
	border-width: 0 1px 1px 1px;
}

body.fullpage #content #slider-bp ul,
body.fullpage #slider-bp li
{
	margin:0;
	padding:0;
	list-style:none;
}

body.fullpage #content #slider-bp li
{
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:798px;
	height:247px;
	/*overflow:hidden; */
	background: none;
}
/* Easy Slider */
#prevBtn,
#nextBtn
{
	display:block;
	width:22px;
	height:22px;
	background:transparent url(/img/slide-nav-left.png) no-repeat 0 -34px;
	position:relative;
	left:-282px;
	float: left;
	top:117px;
}

#nextBtn
{
	left: -22px;
	background:transparent url(/img/slide-nav.png) no-repeat 0 -1px;
	top:94px;
}

#prevBtn a,
#nextBtn a
{
	float: left;
	display:block;
	position:absolute;
	width:22px;
	height:22px;
	background:transparent url(/img/slide-nav-left.png) no-repeat 0 -34px;
	z-index:1000;
}

#prevBtn a:hover
{
	background:transparent url(/img/slide-nav-left.png) no-repeat 0 -2px;
}

#nextBtn a
{
	background:transparent url(/img/slide-nav.png) no-repeat 0 -2px;
}

#nextBtn a:hover
{
	background:transparent url(/img/slide-nav.png) no-repeat 0 -34px;
}

/* Easy Slider  met navigatie*/
#content #slider
{
	width: 320px;
	height: 252px;
	overflow: hidden;
	margin: 0 0 20px 34px;
	float: left;
	border: 1px solid #c6c7c8;
	position: relative;
	padding: 0px 8px 26px 0px;
}

#content #slider h3
{
	margin: 0 0 -23px 14px;
	padding-bottom: 0px;
	background:transparent;
}

#content #slider ul,
#content #slider li
{
	margin:0;
	padding:0;
	list-style:none;
	background: #fff;
}

#content #slider ul
{
	margin:0px -2px;
}

#content #slider li
{
	/*	define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	 */
	width:272px;
	height: 193px;
	overflow:hidden;
	background: none;
	padding: 0;
}

#content #slider li span
{
	width: 240px;
	position: absolute;
	z-index: 2;
	bottom: 14px;
	margin: 0;
	padding:4px 10px 3px 20px;
	background: transparent url(/img/bg-trans.png);
	color: #333;
	overflow: hidden;
	line-height:1.4em;
	float: left;
	_z-index: -1;
}

#content #slider li img
{
	margin-top:14px;
	padding:5px;
	border-left:10px solid #fff;
	border-right:10px solid #fff;
	position:relative;
}
