


#slider {
    width: 219px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
    position: relative; /* important */
/*	overflow: hidden;  important */
}

#sliderContent{
    width: 220px;
/*    position: absolute;
*/	top: 0;
	margin-left: 0;
}
.sliderImage{
    float: left;
    position: relative;
	display: none;
/*	display:run-in;*/
}/**/
.sliderImage span {
	font: 10px/15px Arial, Helvetica, sans-serif;
/*    width: 219px;*/
margin-left:1px;
    background-color:#715d10;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}


ol, ul {
	list-style: none;
	
}
