body { background-color: #000000 } h1 {font-size: 30 px; font family: arial; color: #00CC33} h2 {font-size: 15 px; font family: courier;} h3 {font-size: 20 px; font family: cursive; color: #FF7F24;} h4 {font-size: 10 px; font family: courier;} h5 {font-size: 25 px; font family: courier; color: #000000;} h6 {font-size: 40 px; font family: arial; color: #000000} p {font-size: 20 px; font family: "arial"; color: #FF7F24;} a:link {color: #FFFF66;text-decoration:none;} a:visited {color: #FFFF66;text-decoration:none;} a:hover {color: #FF0000; cursor:hand;} /* slider */ #slider { width: 700px; /* important to be same as image width */ height: 400px; /* important to be same as image height */ position: relative; /* important */ overflow: hidden; /* important */ } #sliderContent { width: 600px; /* important to be same as image width or wider */ /* position: absolute; */ top: 0; margin-left: 0; } .sliderImage { float: left; position: relative; display: none; } .sliderImage span { position: absolute; font: 10px/15px Arial, Helvetica, sans-serif; padding: 10px 13px; width: 384px; background-color: #362 filter: alpha(opacity= 0); -moz-opacity: 0.0; -khtml-opacity: 0.0; opacity: 0.8; color: #fff; display: none; } .clear { clear: both; } .sliderImage span strong { font-size: 14px; } .top { top: 0; left: 0; } .bottom { bottom: 0; left: 0; } ul { list-style-type: none;} /* end of slider style */