*{
padding:0px;
margin:0px;
}
ul.pages
{
list-style:none;
display: block;
overflow: hidden;
padding:10px;
text-align:center;
margin-left: auto;
margin-right: auto;
width:400px;
background-color:transparent;
 
}
ul.pages li{
    float: left;
    cursor: pointer;
    padding:3px;
    margin:1px;
    background-color: #2F2F2F;
    color:white;
    font-weight: bold;
    border:1px solid #1f8ab5;
}
ul.pages li.active{
    
    background-color:#F9FB3B;
    color:black;
}
.search-background1 {
	display: none;
	font-size: 13px;
	font-weight: bold;
	height:100%;
	position: fixed;
	text-align: center;
	opacity:0.4;filter: alpha(opacity=40) ;
	text-decoration: none;
	width: 100%;
	
}
	
.search-background1 {
background-color: #3a3427;
color:#FFFFFF;
text-shadow: #fff 0px 0px 20px;
}

.search-background1 label{	
position:fixed;
top:15%;
left:45%;
	
}
