#bute-foot{margin-top:40px} 


ul#page-list {
margin:0px 0px 0px 0px;
padding:0px;
}

ul#page-list li {
float:left;
   _display: inline;
list-style:none;
   }

ul#page-list li span {
   width: 25px;
   height: 25px;
   background-image: url(/images/active_background.png);
   color: #fff;
   background-position: 0 -25px;
   text-align: center;
   font: 90%/25px Georgia, "Times New Roman", Times, serif;
   margin-right: 10px;
   display: block;
   float: left;
   }

ul#page-list li span a {
text-decoration: none;
   width: 25px;
   height: 25px;
   background-image: url(/images/active_background.png);
   display: block;
   color: #1a1a19;
   text-align: center;
   font: 90%/25px Georgia, "Times New Roman", Times, serif;
   }

ul#page-list li#previous-page a {
   text-indent: -9999px;
   background-image: url(/images/left.png);
   width: 28px;
   height: 15px;
   display: block;
   float: left;
margin:8px 20px 8px 0px;
   }



ul#page-list li#next-page a {
   display: block;
   text-indent: -9999px;
   background-image: url(/images/right.png);
   width: 28px;
   height: 15px;
   float: left;
margin:8px;
   }

ul#page-list li a:hover {
   background-position: 0 -25px;
   color: #fff;
   }
