@charset "UTF-8";
/* CSS Document */

a {
	color:#FFF;
}
body {
	background-color:#000
}
#nav {
	margin-top: -15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	z-index: 1000;
}
#nav a {
	line-height:30px;
	padding: 12px;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#nav a.activeSlide {
	border: 1px solid #FFF;
}
.s1 {
	height: 800px;
	width: 655px;
	margin-left: auto;
	margin-right: auto;
}

#pausePlay {
	text-align:center;
	margin-top: 20px;
}
#pauseButton, #resumeButton {
	width: 290px;
	height: 50px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #3B3B3B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
#resumeButton {
	background-color: #2C2C2C;
}
#speed {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #CCC;
	font-size: 10px;
	text-align: center;
	margin-top: 25px;
}
#speed a {
	color: #A3A3A3;
	padding: 5px;
	border: 1px solid #A3A3A3;
	margin-right: 3px;
	margin-left: 3px;
}
#speed a:hover {
	color: #D3D3D3;
	border-top-color: #D3D3D3;
	border-right-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
}
#headline {
	color: #f1b26e;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-top: 25px;
	text-transform: uppercase;
}
#subhead {
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-bottom: 25px;
}
#speed a.speedActive {
	color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
