#body .content-bottom .paginationbar {	
	width: 100%;
}

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

#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: 25px;
	margin: 0px;
	padding: 0px 0px 3px 10px;
	cursor: pointer;
}

#body .content-bottom .pagination .el.current {
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 2.5em;
	~line-height: 2.5em;
	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: 25px;
	margin: 0px;
	padding: 0px 0px 3px 10px;
	cursor: default;
}

#body .content-bottom .pagination .el.current.prev .txt, #body .content-bottom .pagination .el.current.next .txt {
	color: #bdbdbd;		
	background: url(../images/pagination-background.png) left no-repeat;
	display: inline;
	float: left;
	height: 25px;
	margin: 0px;	
	padding: 0px 0px 3px 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: 25px;
	margin: 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: 3px;
	margin: 0 3px 0 0;
	font-weight: bold;
	color: #7e7e7e;
}