/*
 * 描述：dynamic-slides（第3个例子）样式
 * 作者：Gibil
 * 时间：2013-12-5
 */
.swiper-container { width:100%; color:#fff; text-align:center; }
.swiper-slide { width:100%; }
.swiper-slide img { width:100%; max-height:100%; }
.pagination { position:absolute; z-index:20; bottom:0; width:100%; height:19px; }
.swiper-pagination-switch { display:inline-block; width:8px; height:8px; border-radius:8px; background:#555; margin-right:5px; opacity:0.8; cursor:pointer; }
.swiper-active-switch { background:#fff; }
.slider-loading{width:100%;height:50px;background:url(loading.gif) no-repeat center 50%;}