@charset "utf-8";
/* CSS Document */

#wrapper { position: relative; width: 950px; height: 300px; overflow: hidden; margin: 0 auto; }
ul.pic { position: absolute; width: 9999px; }
ul.pic a { display:block; float:left;}
ul.pic li img { width:950px; height:300px;}
ul.pic li.box2 img, ul.pic li.box3 img { width:475px;}
ul.pic li.box3 span img { width:237.5px;}
ul.pic li.box4 img { width:237.5px;}
#wrapper h2, #wrapper h3 { cursor: pointer; position: absolute; top: 60px; z-index: 5; }
#wrapper h2 { left: 890px; }
ul.pic li { float: left; }
ul.page { margin: 0 auto; position:relative; z-index:99; top:280px;}
ul.page li { float: left; margin-right: 10px; width: 10px; height: 10px; background-color:#999; border-radius: 5px; }
.DotColor { background-color: #666 !important; }
