/* CSS Document */
#slider { width:410px; /* important to be same as image width */
    height:300px; /* important to be same as image height */
    position:relative; /* important */
	overflow:hidden; /* important */
	margin:15px auto 0 auto;
	padding:0;
}
#sliderContent { width:410px; position:absolute; top:0; margin:0; padding:0;
}
.sliderImage { position:relative; display:none; text-align:center; }
.sliderImage span { position:absolute; font:14px Arial, Helvetica, sans-serif; padding:5px 13px; width:384px; background-color:#000; filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7; color:#FFF; display:none; }
.top { top:0; left:0; }
.bottom { bottom:0; left:0; }
ul { list-style-type:none; }


