@charset "utf-8";
/* CSS Document */


#nav { z-index:60; position: absolute; bottom: 5px; left: 25px; color:#EDECEC; font-size:6px; }
#nav a { float:left; display:block; width:16px; height:16px; background-image:url(../images/button.jpg); background-repeat:no-repeat; text-decoration: none; color:#EDECEC; }
#nav a.activeSlide { background-image:url(../images/button-selected.jpg); background-repeat:no-repeat; color:#EDECEC; }
#nav a:focus { outline: none; }

