﻿@charset "utf-8";
.singleFlash .imglist span{ left:3px; bottom:4px; position:absolute; color:#fff; z-index:3;  cursor:default; text-indent:10px}

.pagelist{ width:100%; height:30px; text-align:center; z-index:11; position: absolute; right:0; bottom:-5px; text-align:right; padding-right:10px }
.pagelist li{position:relative;display: inline-block;*display:inline;width:45px;height:31px;color:#fff; cursor:pointer;  float:none; padding:3px; background:#fff; margin-right:10px  }
.pagelist li.on{ color:orange; background:#FC3}

.prev,.next{ z-index:10; cursor:pointer; position:relative; width:16px; height:20px; display:inline-block;}
.prev{  background:url(../images/arrowl.gif); }
.next{  background:url(../images/arrowr.gif)}
