#deptScroller {
	margin: 0px;
	display: block;
	text-align: center;
	height:25px;
	position: relative;
	top: 14px;
	width: 540px;
	z-index: 20;
}

#contentMask {
	margin:0px 0px 0px 0px;
	overflow: hidden;
	text-align: left;
	position: relative;
	left:  0px;
	top: 0px;
	width:543px;
	height: 210px;
	clip: rect(0px,540px,300px,0px);
	z-index: 0;
}

#content {
	margin: 0px;
	padding: 0px 0px 0px 3px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top:0px;
	width: 540px;

}
div#pageBody{ 
	margin-left:auto;
	margin-right:auto;
}
div#deptcontainer{
	text-align:left;
	position:relative;
	height:20px;
}

#track {
	position: absolute;
	height: 20px;
	left: 0px;
	top: 0px;
	z-index: 21;
	width: 543px;
}
#drag { margin:0px 0px 0px 1px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 27;
	cursor: pointer;
	
}
#up {
	position: absolute;
	left: 0px;
	top: 2px;
	z-index: 28;
	cursor: pointer;
}
#down {position: absolute; left: 540px; top: 2px; z-index: 24; cursor: pointer;}
