.next, .prev{
	cursor:pointer;
	border: 1px solid #FF3333;
}

#screen{
	position:relative;
	height:360px;
	width:970px;
	margin-top:35px;
	background-image: url(../images/slideBG.png);
	background-repeat: no-repeat;
	top: -5px;
}
	#screen .next, #screen .prev{
	position:absolute;
	top:359px;
	}
	#screen .prev{
	left:888px;
	}
	#screen .next{
	right:25px;
	}
	
	
#sections{
	overflow:hidden;
	width:960px;
	height:355px;
	clear:left;
	margin-left: 0px;

}
#sections p {
	padding-left: 25px;
	font-size: 1em;
	display: block;
	font-weight: normal;
	width: 700px;
	float: left;
	padding-top: 5px;
	
}
			
			#sections h1{
	font-size: 2.2em;
	font-weight: bolder;
	color: #000033;
	padding-bottom: 0px;
	text-shadow: 0 2px 3px rgba( 0, 0, 0, .13);
	padding-top: 25px;
	padding-left: 25px;
			}
#sections h2 {
	font-size: 1.1em;
	font-weight: normal;
	width: 600px;
	padding-left: 25px;
	padding-bottom: 15px;
	color: #000033;
	padding-top: 10px;
	line-height: 1.3em;
}
.netResult {
	background-color: #FFFFCC;
	width: 100%;
	height: 50px;
}


	
	#sections ul{
	width:3660px;
	}
	
		#sections li{
	float:left;
	padding-top: 11px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 40px;
		}
			#sections li.fallen{
				margin-top:369px;
			}
#slide1 {
	height: 348px;
	width: 960px;
	background-image: url(../images/slide1bBG.png);
	background-repeat: no-repeat;
	background-position: right;
}
#slide2 {
	height: 348px;
	width: 960px;
	background-image: url(../images/slide2bBG.png);
	background-repeat: no-repeat;
	background-position: right;
}

#slide3 {
	height: 348px;
	width: 960px;
	background-image: url(../images/slide3bBG.png);
	background-repeat: no-repeat;
	background-position: right;
}
#slide ul{
	width: 400px;
	list-style-type: square;

	}
#slide li{
	color: #000000;
	clear: left;
	padding-left: 25px;
	line-height: 0.8em;
	font-size: 1em;
	width: 500px;
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 1px;
	padding-top: 0px;
	list-style-image: url(../images/Bullet.png);
	}	

