/* CSS Document */

#screen2{
	position:relative;
	width:960px;
	margin:20px 0;
}

#screen2 #buttons {
	border-top:3px solid #d61d00;
	margin-bottom:5px;
	background:#ededed;
	padding:5px;
	}

#screen2 #buttons a{
	margin-left:5px;
}

#screen2 .prev{
	float:right;
}
#screen2 .next{
	float:right;
}

#slideshow{
	overflow:hidden;
	width:960px;
	}

#slideshow div { width:1932px; }

#slideshow div.sNews {
	width:150px;
	float:left;
	margin-right:12px;
	background:#fff;
	}

#slideshow div.sNews p {
	width:149px;
	line-height:1.3em;
	font-size:0.9em;
	color:#555;
	margin-bottom:5px;
	}

/*


#slideshow ul{
	width:3900px;
	padding-left:225px;
}

	#slideshow li{
		float:left;
		margin:0 16px;
		cursor:pointer;
	}
*/
