﻿
#full-screen-slider { width:100%; height:383px; float:left; position:relative; overflow:hidden; z-index:-100; background:url(../images/fcbg.jpg)}
#slides { display:block; width:1680px; height:383px; overflow:hidden; list-style:none;  position:absolute;top:0px;left:50%; margin-left:-840px;}
#slides li { display:block; width:1680px; height:383px; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:1680px; height:383px; text-indent:-9999px}
#pagination { list-style:none; text-align:left; position: relative;  left:20%; float:left; margin:0 auto; top:340px; z-index:9900;  padding:5px 15px 5px 0; }
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}