#paging_button ul
{ 
	padding:0px;  
}

#paging_button ul li 
{ 
	-moz-border-radius: 3px 3px 3px 3px;
  	background: none repeat scroll 0 0 #000000;
    color: #ffcc00;
    float: left;
    font-size: 13px;
    font-weight: 700;
    margin: 2px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
	list-style-type:none; 
    cursor:pointer;
    border-radius: 5px;
}	

#paging_button ul li:hover
{
	background:#006699;
}


.search-background 
{
	display: none;
	font-size: 13px;
	font-weight: bold;
	height:160px;
	position: absolute;
	padding-top:140px;
	text-align: center;
	opacity:0.5;
	filter: alpha(opacity=50) ;
	text-decoration: none;
	width: 520px;
}