@charset "UTF-8"; /* CSS Document */ /* Easy Slider */ #features li { /* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */ width:960px; height:auto; overflow:hidden; } /* numeric controls */ ol#controls { left:484px; position:absolute; width:auto; top:616px; } ol#controls li { margin:0 5px 0 0; float:left; } ol#controls li a { float:left; height:10px; background:#ccc; border-radius:50%; box-shadow:0px 2px 0px #fff, 0px 1px 2px #333333 inset; -webkit-box-shadow:0px 2px 0px #fff, 0px 1px 2px #333333 inset; -moz-box-shadow:0px 2px 0px #fff, 0px 1px 2px #333333 inset; -ms-box-shadow:0px 2px 0px #fff, 0px 1px 2px #333333 inset; -o-box-shadow:0px 2px 0px #fff, 0px 1px 2px #333333 inset; width:10px; text-indent:-9999px; } ol#controls li.current a { background:#a5cf4e; } ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus { outline:none; } /* // Easy Slider */