.next, .prev{cursor:pointer;}
#screen{position:relative;width:400px;}

#screen #navigation {width:60px;position:absolute;top:-37px;left:350px;margin:0px;padding:0px;}
#screen #navigation a{color:#69C;}
#screen .prev{float:left;}
#screen .next{float:left;}

#screen2{position:relative;	width:400px;/*margin:20px;*/}
#screen2 #buttons{width:60px;position:absolute;top:-37px;left:350px;margin:0px;padding:0px;}
	
#screen2 #buttons a{color:#69C;}
#screen2 .prev{float:left;}
#screen2 .next{float:left;}

#slideshow{overflow:hidden;width:380px;}
#slideshow ul{width:3900px;}
#slideshow li{float:left;cursor:pointer; list-style-type:none;}

#sections{overflow:hidden;width:380px;}
#sections ul{width:3900px;}
#sections li{float:left;cursor:pointer;list-style-type:none;}

#whatnew{width:210px;position:absolute;margin:0px;padding:0px;}

#whatnew #scrollarrow{width:60px; float:right;margin:0px;padding:0px 0px 10px 0px;}
#whatnew .prev{float:left;}
#whatnew .next{float:left;}

#newsscroll{overflow:hidden;width:210px;}
#newsscroll ul{width:3900px;}
#newsscroll li{float:left;cursor:pointer;list-style-type:none;width:200px; font-size:11px; color:#666666; margin:0px; padding:10px 10px 10px 10px; font-family:Arial, Helvetica, sans-serif;}
.clear{clear:both;width:0px;height:0px;}