
#paging_button {  padding:10px; margin-top:25px; text-align:center;}

#paging_button ul{ padding:10px; margin:15px 10px; }

#paging_button ul li { 

	/*-moz-border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0 0 #000000;*/
    color: #636161;
    font-family: helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: bolder;
    margin: 0 3px 0px;
    padding: 7px 2px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
	list-style-type:none; 
    width: 20px;
    cursor:pointer;
   display:inline;
	}
	
#paging_button ul li:hover{color:#006699;}
li:hover{ color: #CC0000; cursor: pointer; }
#paging_button ul li.first{
    background: url(../../images/prev.png) no-repeat scroll 0 0;
    width: 33px;
    height: 29px;
    cursor: pointer;
    color:#fff;
  
     font-weight:bold;

}
#paging_button ul li.first:hover{
    background-position: 0 -29px;
}   
#paging_button ul li.last{
    background: url(../../images/next.png) no-repeat scroll 0 0;
    width: 33px;
    height: 29px;
    border: none;
    cursor: pointer;
    color:#fff;

    font-weight:bold;
}
#paging_button ul li.last:hover{
    background-position: 0 -29px;
}   










