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

#container { width:980px; height:346px; overflow:hidden; position:relative; }
#example { width:910px; height:300px; margin:0 auto; position:relative; z-index:0; }
#ribbon { position:absolute; top:-3px; left:-15px; z-index:500; }
#frame { position:absolute; z-index:0; width:739px; height:341px; top:-3px; left:-80px; }
#slides { position:absolute; z-index:100; }
#container .prev { width:66px; height:66px; position:absolute; top:114px; left:-30px; cursor:pointer; z-index:500; }
#container .next { width:66px; height:66px; position:absolute; top:114px; right:-30px; cursor:pointer; z-index:500; }
.slides_container { width:910px; height:300px; overflow:hidden; position:relative; }
.pagination { width:100px; margin:12px auto; text-align:center;}
.pagination li { width:14px; height:14px; display:inline-block; padding:0px 3px; float:left; cursor:pointer; }
.pagination li.current a { background-position:0 -16px; overflow:hidden; display:block; }

