#body .content-bottom .paginationbar {
	display: block;
	float: left;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

#body .content-bottom .pagination {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	background: none;
	margin: 0 auto;
}

#body .content-bottom .pagination .el {
	margin: 0px 3px 0px 0px;
	display: inline;
	float: left;
}

#body .content-bottom .pagination .el a {
	background: url(../images/pagination-background.png) left no-repeat;
	display: inline;
	float: left;
	height: 21px;
	margin: 0px;
	padding: 0px 0px 11px 10px;
	cursor: pointer;
}

#body .content-bottom .pagination .el.current {
	color: #8e707d;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	vertical-align: top;
}


#body .content-bottom .pagination .el.current .txt {
	background: url(../images/pagination-sel-background.png) left no-repeat;
	display: inline;
	float: left;
	height: 21px;
	margin: 0px;
	padding: 0px 0px 11px 10px;
	cursor: default;
}

#body .content-bottom .pagination .el.current.prev .txt, #body .content-bottom .pagination .el.current.next .txt {
	color: #A799A4;
	background: url(../images/pagination-background.png) left no-repeat;
	display: inline;
	float: left;
	height: 21px;
	margin: 0px;
	padding: 0px 0px 11px 10px;
	cursor: default;
}

#body .content-bottom .pagination .el .img-right {
	background: url(../images/pagination-right.png) right no-repeat;
	display: inline;
	float: left;
	width: 10px;
	height: 21px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}

#body .content-bottom .pagination .el.current .img-right {
	background: url(../images/pagination-sel-right.png) right no-repeat;
}

#body .content-bottom .pagination .el.current.prev .img-right, #body .content-bottom .pagination .el.current.next .img-right {
	background: url(../images/pagination-right.png) right no-repeat;
}

#body .content-bottom .pagination .ellipse-text {
	display: inline;
	float: left;
	height: 23px;
	padding-top: 7px;
	margin: 0 3px 0 0;
	font-weight: bold;
	color: #8e707d;
	font-size: 11px;
}
