.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	width:680px;
	margin:10px 20px ;
}

#slideshow{
	overflow:hidden;
	width:680px;
}

	#slideshow ul{
		padding-left:230px;
	}

		#slideshow li{
			float:left;
			background:red
			margin:0 10px;
			cursor:pointer;
		}
.boxagenda { float:left; width:230px ;padding: 2px 2px 2px 0; }

#screen .prev { position:absolute;top:10px; left:-25px; background:transparent url(/img/aprev2.gif) top left no-repeat; width:26px; height:60px; outline:none}
#screen .prev:hover {  background:transparent url(/img/aprev.gif) top left no-repeat;}

#screen .next {position:absolute;top:10px; right:-26px;background:transparent url(/img/anext2.gif) top left no-repeat; width:26px; height:60px;  outline:none}
#screen .next:hover {background:transparent url(/img/anext.gif) top left no-repeat; }

#screen ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;