/* ALM Scroller - Martin Wijnbergen 2009 */

/* NEWSSCROLLER  (jCarouselLight script)*/


div#newsScroller{
	position:relative;
	width:400px;
	height:150px;
	overflow:hidden;
	margin:10px auto;
	top:-10px;
}

div#newsScroller ul{ margin:0px 0px 0px 10px; padding:0; list-style:none;}

div#newsScroller ul li{ margin-bottom:5px;}

div#newsScroller ul li a{ color:#FFF; text-decoration:none;}


/* PROJECTSCROLLER (jMyCarousel script)*/

div.buttonBack{ /* Definition for the dummy background */
	position:absolute;
	width:100px;
	height:100%;
	z-index:100;
}

div#leftButtonBack{background:url('../img/left.png') top left no-repeat; left:0px;)} /* Dummy background for the jQuery PNG-24 isseu */
div#rightButtonBack{background: url('../img/right.png') top right no-repeat; right:0px;} /* Dummy background for the jQuery PNG-24 isseu */

div#projectScroller .prev{
	background: url('../img/blackStripe.png') top left no-repeat; /* Background of 1px width black stripe, otherwise the scroller doesn't work */
	width:200px;
	height:72px;
	border:0px;
	display:block;
	z-index:50;
}

div#projectScroller .next{
	background: url('../img/blackStripe.png') top right no-repeat; /* Background of 1px width black stripe, otherwise the scroller doesn't work */
	width:200px;
	height:73px;
	border:0px;
}

div#projectScroller{position:relative; height:73px; overflow:hidden;}

div#projectScroller ul{
	position:absolute;
	margin:0px;
	padding:0px;
	width:719px;
}

div#projectScroller ul li{
	margin:0px 1px;
	line-height:0px;
	height:73px;
	list-style:none;
	float:left;
}

div#projectScroller ul li a{ /* in case of link */
	display:block;
	margin:0px;
	padding:0px;
}

div#projectScroller ul li a img{ /* the image in a link attribute */
	display:block;
	border:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	float:left;
}

