#slider {
	width: 960px; /* important to be same as image width */
	height: 350px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-left: 0px;
	margin-bottom: 10px;
	background-image: url(../images/slider/sliderBg.gif);
	background-repeat: no-repeat;
	float: left;
	clear: both;
}
#sliderContent {
	width: 920px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 20;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
	margin-left: 20px;
	margin-top: 19px;
}
.sliderImage span {
	position: absolute;
	width: 900px;
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #FFF;
	display: none;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 24px;
	float: left;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
	margin-bottom: 0px;
}
ul { list-style-type: none;}

p{
	float: left;
	color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
}
#slider a {
	color: #F90;
	font-weight: normal;
	float: right;
	text-decoration: none;
	padding-right: 20px;
}

