#slider {    width: 650px; /* important to be same as image width */    height: 280px; /* important to be same as image height */    position: relative; /* important */	overflow: hidden; /* important */	margin: 0;	padding: 0;}#sliderContent {    width: 650px; /* important to be same as image width or wider */    position: absolute;	top: 0;	padding: 0;	margin: 0;}.sliderImage {    float: left;    position: relative;	display: none;	padding: 0;	margin: 0;}.sliderImage span {    position: absolute;	font: 1.2em Tahoma, Helvetica, Arial, sans-serif;    padding: 10px;    width: 630px;    background-color: #7f6835;    filter: alpha(opacity=80);    -moz-opacity: 0.8;	-khtml-opacity: 0.8;    opacity: 0.8;    color: #fff;    display: none;}.clear {	clear: both;}.sliderImage span strong {    font-size: 2.1em;	font-weight: normal;}.top {	top: 0;	left: 0;}.bottom {	bottom: 0;    left: 0;}ul { list-style-type: none;}
