﻿ @charset "UTF-8";
/* CSS Document */
.picBox { padding: 0; position: relative; border-radius: 3px; background: #fff url(./loading.gif) no-repeat 50% 50%; }
.picBox .next { float: right; }
.piclist { position: relative; width: 2232px; left: 0; height: 100%; }
.piclist li { width: 300px; height: 100%; position: relative; float: left; vertical-align: top; text-align: center; font-size: 0; }
.piclist li img {
	width: 100%;
}
.icon_num { position: absolute; bottom: 25px; left: 0; text-align: center; width: 100% }
.icon_num a { background: #D7D7D7; border-radius: 0.8em; padding: 0; height: 0.8em; width: 0.8em; text-align: center; cursor: pointer; margin-right: 0; display: inline-block; *display:inline;
zoom: 1; overflow: hidden; opacity: 0.4; }
.icon_num a:hover, .icon_num .active { background: #f60; color: #f60; border-color: #f60; opacity: 0.9; }
.swipe { visibility: hidden; position: relative; overflow: hidden }