#slider{height: 448px;width: 978px;position: absolute;z-index:90;}/*#sliderContainer{width: 960px;position: absolute;z-index: 99;}*//*Slides containerImportant:Set the width of your slides containerSet to display none, prevents content flash*/.slides_container{width: 978px;height:448px;overflow:hidden;position:relative;display:none;}.slides_container div{/*width: 960px;*/position: absolute;z-index: 99;}/*Each slideImportant:Set the width of your slidesIf height not specified height will be set by the slide contentSet to display block*/.slides_container a{/*width: 960px;height:448px;*/display:block;}.slides_container a img{display:block;}/*Next/prev buttons*//*#slides .next,#slides .prev{position:absolute;top: 166px;left: 0px;width:38px;height:38px;display:block;z-index:91;}#slides .next{left: 912px;}*//*Pagination*/.pagination{margin:-30px 5px 5px 0;width:100px;position:absolute;z-index:91;overflow:hidden;padding: 0 0 0 400px;}.pagination li{float:right;margin:0 1px;list-style:none;z-index:91;}.pagination li a{display:block;width:18px;height:0;padding-top:18px;background-image:url(../images/slides/pagination.png);background-position:0 0;float:right;z-index:91;}.pagination li.current a{background-position:0 -20px;}