
.pagerContainerDiv{
	height: 30px;
	margin-bottom: 10px;
	background: #837f80 url(../images/menuItem.jpg) repeat-y top left;
	}
	
	.pagerLeftDiv{
		width: 180px;
		margin: 0 10px 0 10px;
		overflow: hidden;
		float: left;
		line-height: 30px;
		color: #fff;
		}

	.pagerRightDiv{
		height: 20px;
		margin: 5px 0 5px 0;
		overflow: hidden;
		float: right;
		}

	.pagerActivePageSpan, .pagerActivePageSpan a {
		width: 20px;
		height: 20px;
		margin-right: 5px;
		float: left;
		background: #000;
		line-height: 20px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		font-size: 10px;
		}

	.pagerInactivePageSpan, .pagerInactivePageSpan a{
		width: 20px;
		height: 20px;
		margin-right: 5px;
		float: left;
		background: #434343;
		line-height: 20px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		font-size: 10px;
		}
		
		.pagerInactivePageSpan a:hover {color: #ffa800; }
	
	.pagerText{
		height: 20px;
		padding: 0 3px 0 3px;
		margin-right: 5px;
		float: left;
		line-height: 20px;
		color: #000;
		font-weight: bold;
		text-align: center;
		font-size: 10px;
		}
		
	.pagerText a{
		height: 20px;
		padding: 0 3px 0 3px;
		margin-right: 5px;
		float: left;
		background: #434343;
		line-height: 20px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		}
		
		.pagerText a:hover {color: #ffa800; }