.page { 
   text-align:center; 
   font-size:11px; 
} 

.page table { 
   margin:0 auto; 
} 

.page table td { 
   padding: 0 9px; 
   } 
    
.page img { 
   position:relative; 
   top:2px; 
   } 

.page b { 
   display:block; 
   margin: 0 auto; 
   width:15px; 
   text-align:center; 
   height:18px; 
   line-height:18px; 
   border:1px solid #D3D3D4; 
} 

.page_arr_left { 
   display:block; 
   width:12px; 
   height:11px; 
   margin:0 auto; 
   background: transparent url(images/arr_left.gif) 0 0 no-repeat; 
   top:1px; 
   position:relative; 
} 

.page_arr_left:hover { 
   background: transparent url(images/arr_left.gif) 0 -11px no-repeat; 
} 

.page_arr_right { 
   display:block; 
   width:12px; 
   height:11px; 
   margin:0 auto; 
   background: transparent url(images/arr_right.gif) 0 0 no-repeat; 
   top:1px; 
   position:relative; 
} 

.page_arr_right:hover { 
   background: transparent url(images/arr_right.gif) 0 -11px no-repeat; 
} 