.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	height:320px;
	width:495px;
	z-index:105;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:200px;
	}
	#screen .prev{
		top:320px;
		right:130px;
	z-index:105;
	width:38px;
	height:26px;
	background:url('images/prev.png') no-repeat top left;
	}
* html #screen .prev{background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/prev.png' ,sizingMethod='crop');}
	#screen .next{
		top:320px;
		right:80px;
	z-index:105;
	width:38px;
	height:26px;
	background:url('images/next.png') no-repeat top left;
	}
* html #screen .next{background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/next.png' ,sizingMethod='crop');}
	
#sections{
	overflow:hidden;
	width:495px;
	height:320px;
	clear:left;
}	
		#sections div{
		clear:left;
				width:495px;
				height:160px;
			padding:0 0 5px 0;
		}
		
		
		
		
		#screen2{
	position:relative;
	width:494px;
	margin:0;
}
	#screen2 #buttons{
		margin-top:5px;
		width:494px;
	}
	
	#screen2 #buttons a{
		margin:0;
		color:#69C;
	}
	#screen2 .next{
	font-weight:normal;
	font-style:italic;
	}

#slideshow{
	overflow:hidden;
	width:494px;
	margin:7px 0 5px 0;
}
#slideshow a{
margin:0;border:0;
}
	#slideshow ul{
		width:3900px;
		padding-left:0;
		list-style:none;
		list-style-type:none;
		margin:0;padding:0;
	}

		#slideshow li{
			float:left;
			margin:0 22px 0 0;
		}