@charset "UTF-8";

/*add v1.5.0*/
#coverAreaSection .nav { left: 50%; margin: -20px 0 0; overflow: hidden; position: relative; text-align: center; }
#coverAreaSection .nav ol { list-style-position: outside; list-style-type: none; margin: 5px auto; overflow: hidden; padding: 0; }
#coverAreaSection .nav ol li { display: inline; float: left; margin: 0 5px 0 0; }
#coverAreaSection .nav ol li a { background: url("common-img/ico_cover_nav.gif") no-repeat scroll 0 0 transparent; color: #FFFFFF; display: block; height: 8px; line-height: 8px; outline: medium none; text-decoration: none; text-indent: -9999em; width: 8px; }
#coverAreaSection .nav ol li a.active, #coverAreaSection .nav ol li a:hover { background-position: 0 -8px; }

#coverList { margin: 0 auto; overflow: hidden; position: relative; width: 100%; }
#coverWrap { overflow: hidden; width: 99999px; }
#coverAreaSection #coverList a img { border: medium none; display: inline; float: left; margin: 0; outline: medium none; width: auto; }
#coverAreaSection #coverList a.cursorDef { cursor: default;}
#coverAreaSection #coverList #coverLeft { background: url("common-img/btn_prev.gif") repeat-y scroll left 0 transparent; cursor: pointer; height: 27px; left: 10px; position: absolute; top: 50%; width: 27px; margin-top: -13px; }
#coverAreaSection #coverList #coverRight { background: url("common-img/btn_next.gif") repeat-y scroll right 0 transparent; cursor: pointer; height: 27px; position: absolute; right: 10px; top: 50%; width: 27px; margin-top: -13px; }