/*ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}
 
#gallerydiv{
	position:relative;
	height:425px;
	width:725px;
	margin-top:40px;
}
	#gallerydiv .next, #gallerydiv .prev{
		position:absolute;
		top:200px;
	}
	#gallerydiv .prev{
		left:10px;
	}
	#gallerydiv .next{
		right:10px;
	}
	#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;
				}
	
#slideshow{
	overflow:hidden;
	background-color:white;
	width:600px;
	height:369px;
	clear:left;
	margin-left:62px;
}
	
	#slideshow ul{
		width:3660px;
	}
	
		#slideshow li{
			float:left;
			padding:11px 30px;
		}
			#slideshow li.fallen{
				margin-top:369px;
			}
			
			#slideshow p{
				width:550px;
				margin:16px 0;
				font-size:85%;
				line-height:1.4em;
			}
			
			#slideshow h2{
				color:#993333;
				margin:20px 0pt;
			}
			#slideshow a{
				color:#777;
				font-weight:bolder;
				text-decoration:none;
			}*/