.example{
	width:810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	background-color: #FFFFFF;
}
.example h2 {
	background-image: url(../images/hd_bg.jpg);
	background-repeat: repeat-x;
	width: 792px;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #080705;
	padding-top: 13px;
	padding-left: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


.content {
	position:relative;
}
.content .page {
    position:absolute;
    top:0px;
}
.pagination{
    padding: 2px;
}
.pagination ul{
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
}
.pagination li{
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
}
.pagination a, .pagination a:visited{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	background-image: url(../images/silver.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 19px;
	text-align: center;
	background-position: center top;
	margin-right: 3px;
}
.pagination a:hover, .pagination a:active{
	color: #FFFFFF;
	background-image: url(../images/green.jpg);
	height: 15px;
	width: 19px;
	background-repeat: no-repeat;
	background-position: center top;
}
.pagination a.prevnext{
	font-weight: bold;
	background-image: none;
	color: #000000;
}
.page_number {
    border: 1px solid #9aafe5;
    color: #2e6ab1;
    padding:5px;
    text-align: center;
    width: 20px;
}
