#slider {
    width: 475px; 
    height: 300px; 
    position: relative; 
	overflow: hidden; 
}
#sliderContent {
    width: 400px; 
    position: absolute;
	top: 0;
	margin-left: 75px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	width:500px;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: /*10px*/ 13px;
    width: 400px;
    background-color: #B5B564; /*#000;*/
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
	text-align:center;	
}
.bottom {
	bottom: 0;
    left: 0;
	text-align:center;		
}
ul { list-style-type: none;}
a.slider3{
	padding:0px;
	border:0px;
	margin:0px; 
	visited: color: #FF0000;
	border-style: none;
}
a:link img { border-style: none; } 
a:visited img { border-style: none; } 
a:clicked img { border-style: none; } 