/* this stylesheet determines the locations of the menu items
	it is the stylesheet that will be loaded when the user first
	visits the site, because it will have animations
 */
.scroll {
font-weight:bold; 
font-size:36; 
text-align: center; 
font-family: Verdana, Courier, Courier New;
}

#moveBox1 {
	position:absolute;
	height:44px;
	width:93px;
	/*border:1px solid red;*/
	display:none;
}

#lpart2 {
	padding:0px;
	margin:0px;
	width:6px;
	height:44px;
	float:left;
	background-image:url('/images/lbuttonpt2.gif');
}

#mpart2 {
	padding:0px;
	margin:0px;
	width:1px;
	height:44px;
	float:left;
	background-image:url('/images/mbuttonpt2.gif');
	line-height:54px; /* vertically centers text */
	text-align:center;
	cursor:pointer;
	cursor:hand;
}

#rpart2 {
	padding:0px;
	margin:0px;
	width:17px;
	height:44px;
	float:left;
	background-image:url('/images/rbuttonpt2.gif');
}

#moveBox2 {
	position:absolute;
	height:44px;
	width:93px;
	/*border:1px solid yellow;*/
}

#lpart8 {
	padding:0px;
	margin:0px;
	width:6px;
	height:44px;
	float:left;
	background-image:url('/images/lbuttonpt2.gif');
}

#mpart8 {
	padding:0px;
	margin:0px;
	width:1px;
	height:44px;
	float:left;
	background-image:url('/images/mbuttonpt2.gif');
	line-height:54px; /* vertically centers text */
	text-align:center;
	cursor:pointer;
	cursor:hand;
}

#rpart8 {
	padding:0px;
	margin:0px;
	width:17px;
	height:44px;
	float:left;
	background-image:url('/images/rbuttonpt2.gif');
}
