
#screen{
	
	height:240px;
	width:240px;
	
}
	
	
	
#sections{
	overflow:hidden;
	width:230px;
	height:240px;
	clear:left;
	
}
	
	#sections ul{
		width:1000px;
	}
	
		#sections li{
			float:left;
			padding:0px 0px;
			margin-right:80px;
			list-style-type:none;
			width:230px;
		}
			
			
			
#screen2{
	
	height:370px;
	width:435px;
	
}
	
	
	
#sections2{
	overflow:hidden;
	width:425px;
	height:370px;
	clear:left;
	
}
	
	#sections2 ul{
		width:4000px;
	}
	
		#sections2 li{
			float:left;
			padding:0px 0px;
			margin-right:180px;
			list-style-type:none;
			width:425px;
		}
			
			
			


