h2								{
	font-family: Trebuchet MS;
	font-size: 15px;
	text-align: center;
	color: #B10001;
}

#page-wrap						{
	width: 966px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 222px;
}

#slider							{
	overflow: hidden;
	position: relative;
	background-color: white;
	background-image: url(../images/slider-bg.jpg);
	background-repeat: repeat-x;
	height: 222px;
}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 3846px; position: relative; }

.slide							{
	width: 915px;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
	float: left;
	height: 190px;
}
.slide h1						{
	font-family: "Trebuchet MS";
	font-size: 26px;
	color: #0C7CEC;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	margin-left: 335px;
	display: block;
	width: 520px;
}
.slide p						{
	color: #6C6C6C;
	font-size: 12px;
	line-height: 18px;
	font-family: Tahoma, "Trebuchet MS";
	margin-left: 335px;
	display: block;
	width: 280px;
}
.slide img						{
	position: absolute;
	top: 14px;
	left: 16px;
	float: left;
}
#slider-stopper					{
	position: absolute;
	top: 1px;
	right: 20px;
	color: #F8D55D;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 1000;
	background-color: #D50000;
	width: 50px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	text-align: center;
}
.slide h1 span {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #222222;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
}
