div.pagination{
	position: relative;
	width: 380px;
	margin-left :-300px;
	left: 50%;
	text-align: center;
	list-style-type: none; background-color:#330000;
	
}


ul.pagination {
	list-style-type: none;
	position: relative;
	margin: auto;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	display: -moz-inline-block;
	display: inline-block;
	border: 1px solid #333333;
	padding: 5px;

    zoom:1;
    *display:inline;
	}
* html ul.pagination { margin: 0 auto; width: 630px; }

ul.pagination li{
	white-space: nowrap;
	float: left;
	padding: 0px 1px;
	line-height: 26px;
	font-weight: bold;
}
ul.pagination li a {
	display: block;
	float: left;
}
ul.pagination li.page_active a, ul.pagination li a:hover {
	background:  url(extra/bg_page_rc.png) no-repeat right top;
}
ul.pagination li span {
	display: block;
	height: 26px;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
	padding: 0px 8px;
	font-weight: bold;
	float: left; 

}
ul.pagination li.page_active span, ul.pagination li a:hover span {
	background:  url(extra/bg_page_lc.png) no-repeat left top;
}
h1,h2,h3,h4,h5,h6        { font-weight: normal; color: #ccc; }
h5                        { font-size: 1.2em; font-weight: normal; margin: 0 5px 0 5px; padding-top: 5px; } 

 .h5 a { color:#CC0000; } 

 
