	#spot { position:relative;top:20px; width:160px; background-color:white; height:80%; overflow:hidden; border:none; z-index:0;}
	.scroll { position:relative; width:120px;  margin-left:10px; margin-right:10px; cursor:default;z-index: 1;}

	#controls{
		background-color: white;
		display: block;
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 20px;
		cursor: pointer;
		z-index: 2;
	}

	#departmenttitle
	{
		background-color: #E4421E;
		
	}
	#subdepartmenttitle
	{
		background-color: #e97e22;
	}
