#content1 {
	position: absolute;
	margin:0;
	padding:0;
	top: 0px;
	left: 304px;
	width: 580px;
	height: 430px;
	font-size: 12px;
	line-height: 24px;
	color: #5c83b2;
}
/* scroller */ 
#scrollerContainer {
	position:absolute;
	width:580px;
	height:430px;
	clip:rect(0,375px,355px,0);
	overflow:hidden;
	z-index:6;
	left:0;
	top: 0;
}
#scrollerContent {
	position:absolute;
	left:0px;
	top:10px;
	width:580px;
}
#scrollerButtons {
	position: absolute;
	top: -1px;
	left: 600px;
	width: 19px;
	height: 470px;
}
/*#scrollerButtons #up { 
position: absolute; 
top: 0px; 
left: 0; 
width: 15px; 
height: 15px; 
background: url(arrowup.gif) top left no-repeat; 
z-index: 2; 
cursor:pointer; 
}*/ 
/*#scrollerButtons #track { 
position:absolute; 
top: 20px; 
width:15px; 
height:410px; 

z-index: 3; 
}*/
#scrollerButtons #drag {
	position: absolute;
	top: 20px;
	left: 2px;
	width: 10px;
	height: 39px;
	background: url(../images/scrollbar.gif) top left no-repeat;
	z-index: 4;
	cursor:pointer;
}
