/* CSS Document */
#prev{ width:50px; height:50px; position:absolute; left:20px; top:50%; margin-top:-25px; background:url(../images/pre.png) center no-repeat; cursor:pointer;}
#next{ width:50px; height:50px; position:absolute; right:20px; top:50%; margin-top:-25px; background:url(../images/next.png) center no-repeat; cursor:pointer;}
#nav{ width:100%; position:absolute; bottom:20px; left:0; text-align:center; height:25px; text-align:center}
#nav li{ width:15px; height:15px;overflow:hidden;display:inline-block; margin-left:10px;-moz-border-radius: 50%;-webkit-border-radius:50%; border-radius:50%;}
#nav li a{width:15px; height:15px; background:#b7afa3; display:block; text-indent:-999em;}
.showPage a{ background:#fff !important ;}

