/* Color Legend */

#slider {
    width: 900px;
    height: 300px;
    position: relative;
	overflow: hidden;
	text-align:left; }

#sliderContent {
	width: 900px;
	position: absolute;
	top: 0;
	margin-left: 0;
	left: -1px; }

.sliderImage {
    float: left;
    position: relative;
	display: none; }

.sliderImage span {
    position: absolute;
    padding: 10px;
    width: 300px;
	height:50px;
    background-color: #000;
    filter: alpha(opacity=70); -moz-opacity: .7; -khtml-opacity: .7; opacity: .7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:150%;
    color: #fff;
    display: none; }

.sliderImage span strong { 
	color:#FF9428;
	font-size: 22px;
	line-height:300%; 	}

.clear { clear: both; }

.top { top: 0px; left: 600px; }

.bottom { bottom: 0; left: 0; }

#slider ul 		{ list-style-type: none;}
#slider ul li 	{ margin-left:0px; }
