.next, .prev{cursor:pointer;}

#screen{
	position:relative;
	height:210px;
	width:695px;
	margin-top:10px;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:5px;
	}
	#screen .prev{
		left:0px;
		width:55px;
		height:15px;
	}
	#screen .next{
		right:0px;
		width:55px;
		height:15px;
	}
	#navigation{
		width:600px;
		text-align:center;
		margin-left:62px;
	}
		#navigation ul{
			margin-left:55px !important;
			margin-left:35px;
		}
			#navigation li{
				float:left;
				margin:0 20px;
				padding:10px 20px;
				background-color:#EEE;
			}
				#navigation a{
					color:#933;
					font-weight:bolder;
					text-decoration:none;
				}
	
#sections{
	overflow:hidden;
	background-color:white;
	width:695px;
	height:210px;
	clear:left;
	position:absolute;
	top:25px;
}
	
	#sections ul{
		list-style:none;
		width:5000px;
	}
	
		#sections li{
			list-style:none;
			float:left;
			padding:5px 0 0;
			border-left:1px dotted #5E5C60;
			margin-right:4px;
			height:210px;
		}
			
			#sections p{
				width:150px;
				margin:5px 0 10px;
				font-size:12px;
				line-height:1.4em;
				padding:0 10px;
			}
			
			#sections h6{
				color:#663B66;
				width:150px;
				padding:0 10px;
				font-size:13px;
			}
			#sections h3{
				color:#000;
				width:150px;
				padding:5px 10px;
				background-color:#b8d3e5;
				position:absolute;
				bottom:0;
				margin-bottom:0;
				font-size:13px;
				height:20px;
			}


#slideshow{
	overflow:hidden;
	width:695px;
	border:1px solid #777;
}

	#slideshow ul{
		width:5000px;
		padding-left:225px;
	}

		#slideshow li{
			float:left;
			margin:0 16px;
			cursor:pointer;
		}