a {
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
}

#page-wrap	{
	width: 940px;
	margin-left:auto;
	margin-right:auto;
}

#slider {
	height: 300px;
	overflow: hidden;
	position: relative;
	margin:0px;
}
								  
/* DEFAULT is for three panels in width, adjust as needed
This only matters if JS is OFF, otherwise JS sets this. */
								  
#mover { 
	width: 4700px;
	position: relative;
}

.slide {
	padding: 40px 0px;
	width: 940px;
	float: left;
	position: relative;
}

.slide h1 {
	font-family: Helvetica, Sans-Serif;
	font-size: 28px;
	letter-spacing: -1px;
	color: #ac0000;
	margin-bottom:10px;
}
								  
.slide p {
	color:#FFFFFF;
	font-size: 18px;
	line-height: 22px;
	width: 450px;
	margin-bottom:15px;
}

.slide ul {
	color:#FFFFFF;
	font-size:18px;
	margin-top:10px;
}

.slide img {
	position: absolute;
	left: 470px;
	top:0px;
}

#slider-stopper {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #ac0000;
	color: white;
	padding: 3px 8px;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 1000;
}