#slider {
	clear: both;
	position: relative;
	width: 669px;
	height: 257px;
	color: #fff;
	line-height: 1.2em;
	font-family:"Times New Roman",Georgia,Serif;
	font-weight: bold;
        font-size: 4em;
        font-style: italic;
}

#slider h1 {
	font-size: 19px;
	font-weight: normal;
	padding: 0 0 3px 0;
}

#slider p {
	font-size: 16px;
	padding: 0;
}

#slider #slide-1 {
	background: url('../images/misc/banners4.jpg') center top no-repeat;
	width: 669px;
	height: 257px;
	padding: 0;
}

#slider #slide-2 {
	background: url('../images/misc/banners5.jpg') center top no-repeat;
	width: 669px;
	height: 257px;
	padding: 0;
}

#slider #slide-3 {
	background: url('../images/misc/banners6.jpg') center top no-repeat;
	width: 669px;
	height: 257px;
	padding: 0;
}

#slider #control {
	position: absolute;
	bottom: 15px;
	right: -40px;
	width: 120px;
	height: 19px;
	line-height: 19px;
	z-index: 9 !important;
}

#slider #control a {
	float: left;
	display: block;
	width: 20px;
	height: 19px;
	color: #86C0EE;
	font-weight: bold;
        font-size: 18px;
        font-style: italic;
	text-align: center;
	text-decoration: none;
	margin-right: 1px;
}

#slider #control a:hover, #slider #control a.activeSlide { color: #4187C3; }
