.next,.prev {
	cursor: pointer;
}

#screen {
	position: relative;
	min-height: 100%;
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#F9F9F9 none repeat scroll 0 0;
	border:1px solid #DCDCDC;
	padding:10px 10px 20px;
}


#navigation {
	width: 610px;
	text-align: center;
	margin-left: 62px;
}

#navigation ul {
}

#navigation li {
	width: 100px;
	padding: 10px 20px;
	background-color: #EEE;
	display: inline-block;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

#navigation li.last { clear: right; }

#navigation li.scroller { width: 40px; }

#navigation #nav-section-1 { border-top: 8px solid #DF4D95; }
#navigation #nav-section-1:hover { background: #DF4D95; }
#navigation #nav-section-1:hover a { background: #DF4D95; color: white; }

#navigation #nav-section-2 { border-top: 8px solid #9AD565; }
#navigation #nav-section-2:hover { background: #9AD565; }
#navigation #nav-section-2:hover a { background: #9AD565; color: white; }

#navigation #nav-section-3 { border-top: 8px solid #B76DA5; }
#navigation #nav-section-3:hover { background: #B76DA5; }
#navigation #nav-section-3:hover a { background: #B76DA5; color: white; }

#navigation #nav-section-4 { border-top: 8px solid #B40B1A; }
#navigation #nav-section-4:hover { background: #B40B1A; }
#navigation #nav-section-4:hover a { background: #B40B1A; color: white; }

#navigation a {
	color: #00314E;
	font-weight: bolder;
	text-decoration: none;
}

#sections {
	overflow: hidden;
	background-color: white;
	width: 606px;
	height: 369px;
	clear: left;
	margin-left: 62px;
	border:1px solid #DCDCDC;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

#sections ul {
	width: 3660px;
}

#sections li {
	float: left;
	padding: 11px 30px;
}

#sections p {
	width: 550px;
	margin: 16px 0;
	font-size: 85%;
	line-height: 1.4em;
}

#sections h2 {
	color: #00314E;
	margin: 20px 0pt;
}

#sections a {
	font-weight: bolder;
	text-decoration: none;
}