﻿#slider {
	width: 650px; 
	height: 400px; 
	text-align: left; 
	overflow: hidden; 
	position: relative;
}
#sliderContent {
	top: 0px; 
	width: 900px; 
	margin-left: 0px; 
	position: absolute;
}
.sliderImage {
	float: left; 
	display: none; 
	position: relative;
}
.sliderImage span {
	padding: 10px; 
	width: 100px; 
	height: 300px; 
	color: rgb(255, 255, 255); 
	line-height: 150%; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	display: none;
	position: absolute;
	opacity: 0; 
	background-color: rgb(0, 0, 0); 
	filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;
}
.sliderImage span strong {
	color: rgb(255, 148, 40); 
	line-height: 300%; 
	font-size: 22px;
}
.clear {
	clear: both;
}
.top {
	left: 800px; 
	top: 0px;
}
.bottom {
	left: 0px; 
	bottom: 0px;
}
#slider ul {
	list-style-type: none;
}
#slider ul li {
	margin-left: 0px;
}
