﻿@charset "UTF-8";
/* CSS Document */

/*    auther vodos   */


ul#pages{
	
	list-style:none;
	margin:0 auto;
	display:block;
	width:60%; 
	padding:20px;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
       overflow: hidden;
}


ul#pages li{
	

    background: url('../images/but.jpg') no-repeat  center ;
    float:left;
    width:30px;
    height:30px;
  text-align:center;
  color:#F00;
  font: 14pt Arial;
  font-weight:bold;
}

ul#pages li.pnex,ul#pages li.pprev{


background-image:none;


}
ul#pages li  span{
position:relative;
top:3px;



}

ul#pages li a{ 
padding-bottom:3px;
	color:#FFFFFF;
    display:block;
    width:30px;
    height:20px;
    text-decoration:none;
    background-image:none;
  

}
ul#pages li a:hover{
	color:#E1040A;
    text-decoration:none;

}













