.page_selector_div{
	width:200px;
	height:25px;
}
input.pageSelectorBtn {
	width: 16px;
	height: 16px;
	border: none;
	background-color: transparent;
	background-image: url(./pageSelectorImages/pageSelector.jpg);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	font-size: 9px;
	font-weight: bolder;
	color: #303030;
}
input.pageSelectorBtnActive {
	width: 16px;
	height: 16px;
	border: none;
	background-color: transparent;
	background-image: url(./pageSelectorImages/pageSelectorActive.jpg);
	background-repeat: no-repeat;
	background-position: center;
	cursor: default;
	font-size: 9px;
	font-weight: bolder;
}
