.next, .prev{
	cursor:pointer;
}
#Content .Section #bigPhoto {
	padding: 5px;
	background-color: #3a3a3a;
}
#Content .Section #bigPhoto img {
	border: 1px solid #898989;
}



#screen{
	position:relative;
	height:70px;
	width:275px;
	background-color:#3a3a3a;
}
	#screen .next, #screen .prev{
		position:absolute;
		top:6px;
	}
	#screen .prev{
		left:5px;
	}
	#screen .next{
		right:5px;
	}
#sections{
	overflow:hidden;
	width:230px;
	height:69px;
	clear:left;
	margin-left:25px;
}
	
	#sections ul{
		width:3660px;
		list-style-type:none;
	}
	
		#sections li{
			float:left;
			padding:5px 6px;
		}
			#sections a{
				color:#777;
				font-weight:bolder;
				text-decoration:none;
			}
