.paging_wrapper {
	width: 1000px;
	height: 24px;
	position: relative;
	float: left;
	background: url(../images/template/bg_paging.gif) 0px 12px no-repeat;
	margin: 25px 0px 25px 15px;
}
.paging {
	width: 315px;
	height: 24px;
	position: relative;
	float: right;
}
.paging a, .paging span {
	width: 28px;
	height: 24px;
	position: relative;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #081117;
	text-decoration: none;
	background: url(../images/template/sprite_page_numbers.jpg) 0px -24px;
	text-align: center;
	margin-right: 6px;
}
.paging a:hover, .paging span.active {
	background: url(../images/template/sprite_page_numbers.jpg) 0px 0px;
	color: #fff;
}
.paging a.prev {
	background: url(../images/template/sprite_paging.jpg) 0px 0px no-repeat;
}
.paging a.prev:hover {
	background: url(../images/template/sprite_paging.jpg) 0px -24px no-repeat;
}
.paging a.next {
	background: url(../images/template/sprite_paging.jpg) -28px 0px no-repeat;
}
.paging a.next:hover {
	background: url(../images/template/sprite_paging.jpg) -28px -24px no-repeat;
}
#content h1 {
	font-size: 40px;
	color: #bcd83a;
}
