#slider {
	position: absolute;
	height: 430px;
	width: 984px;
	overflow: hidden;
}

#slider-holder {
	position: absolute;
	height: 430px;
	width: 984px;
	overflow: hidden;
}

.main_image {
	position: relative;
	z-index: 1;
}

.main_image img {
	border: 0 none;
	text-decoration: none;
}

.logo {
	height: 66px;
	width: 135px;
	position: absolute;
	z-index: 99;
}

.logo_right_bottom {
	bottom: 82px;
	right: 60px;
}

.logo_right_top {
	top: -350px;
	left: 700px;
}

.logo_left_bottom {
	bottom: 20px;
	left: 156px;
}

.logo_left_top {
	top: -350px;
	left: 100px;
}

.description {
	color: #000;
	position: absolute;
/*	width: 230px;*/
	width: 304px;
	z-index: 2;
	font-family: Georgia;
	font-size: 1.2em;
	line-height: 1.45em;
}

.description_right_top {
	bottom: 200px;
/*	left: 694px;*/
	left: 600px;
}

.description_right_bottom {
	top: -250px;
	left: 700px;
}

.description_left_top {
	bottom: 160px;
	left: 156px;
}

.description_left_bottom {
	top: -250px;
	left: 100px;
}

.title {
	height: 32px;
	position: absolute;
	z-index: 2;
}

.title_right_top {
	top: -600px;
	left: 500px;
}

.title_right_bottom {
	bottom: 20px;
	right: 42px;
}

.title_left_top {
	top: -600px;
	left: 70px;
}

.title_left_bottom {
	bottom: 82px;
	left: 60px;
}

.title_left_bottom_chan {
	bottom: 82px;
	left: 30px;
}

.fade_left_description {
	left: 1200px
}

#slider-controls-background {
	height: 40px;
	background-color: #000;
	opacity: 0.35;
	filter: alpha(opacity=35);
	width: 420px;
	right: -750px;
	bottom: 12px;
	z-index: 49;
	position: absolute;
}

.slider-controls {
	height: 30px;
	padding: 5px 10px;
	width: 400px;
	overflow: visible;
	position: absolute;
	right: -750px;
	bottom: 12px;
	z-index: 50;
}

.slider-controls div {
	float: left;
	opacity: 1.0 !important;
	filter: alpha(opacity=100) !important;
}

.slider-controls .button {
	height: 30px;
	width: 25px;
	cursor: pointer;
}

.slider-controls .button a {
	text-decoration: none;
}

.slider-controls .prev {
	margin-right: 10px;
}

.slider-controls .next {
	margin-left: 10px;
}

.slider-controls .prev a, .slider-controls .next a {
	height: 40px;
	width: 40px;
}

.prev {
	background: url('../img/arrow_left.png');
}

.prev:hover {
	background: url('../img/arrow_left_hover.png');
}

.next {
	background: url('../img/arrow_right.png');
}

.next:hover {
	background: url('../img/arrow_right_hover.png');
}

.slider-controls .slidebuttons div {
	margin-right: 10px;
	cursor: pointer;
}

.slider-controls .slidebuttons .image {
	height: 30px;
	width: 56px;
	border: 1px solid #000;
	line-height: 0;
	font-size: 0;
	background-position: center top;
}

.slider-controls .slidebuttons div.image:hover {
	background-position: center bottom;
}

.slider-controls .slidebuttons .activeSlide {
	background-position: center bottom;
}

.slider-controls .slidebuttons .last {
	margin-right: 0px;
}

/*These were moved to the header of the index.php file*/
/*.slider-controls .slidebuttons #one {
	background-image: url('/local_resources/images/spotlight/dugar_thumbnail.jpg');
}

.slider-controls .slidebuttons #two {
	background-image: url('/local_resources/images/spotlight/suarez_thumbnail.jpg');
}

.slider-controls .slidebuttons #three {
	background-image: url('/local_resources/images/spotlight/faltis_thumbnail.jpg');
}

.slider-controls .slidebuttons #four {
	background-image: url('/local_resources/images/spotlight/jones_thumbnail.jpg');
}

.slider-controls .slidebuttons #five {
	background-image: url('/local_resources/images/spotlight/cun_thumbnail.jpg');
}*/

#slider a {
	border-bottom: 0px none !important;
}

#first_slide {
	height: 430px;
	width: 984px;
}

#second_slide {
	height: 430px;
	width: 984px;
}

#third_slide {
	height: 430px;
	width: 984px;
}

#fourth_slide {
	height: 430px;
	width: 984px;
}

#fifth_slide {
	height: 430px;
	width: 984px;
}
