@charset "utf-8";
/* CSS Document */


#gallerya { position:relative; height:462px}
#gallerya div { position:absolute; width:1000px; height:462px; }
#gallerya div a { display:block; width:1000px; height:462px; background:url(btn_bg.png) repeat; cursor:pointer;}

#gallerya ul { display:block; height:25px; overflow:hidden; left:20px; bottom:15px; position:absolute; z-index:9900}
#gallerya ul li { display:block; width:15px; height:15px; overflow:hidden;  margin-right:5px; float:left; background:url(a.png) top left no-repeat; cursor:pointer; text-indent:-9999px;}
#gallerya ul li.currentli {  background:url(hover.png) top left no-repeat;text-indent:-9999px;}
