
#slider {
	box-shadow: 0 0 10px #333333;
	-moz-box-shadow: 0 0 10px #333333;
	-webkit-box-shadow: 0 0 10px #333333;
}

h1 { 
	font-family    : Helvetica, Arial, sans-serif;
	font-size      : 30px;
	font-weight    : normal;
	letter-spacing : 2px;
	position       : relative;
	text-shadow    : 2px 2px 2px #111;
	margin         : 1em 0 0.3em 0;
}
