#scroller {
	position: absolute;
	top: 75px;
	left: 12px;
	width: 445px;
	height: 575px;
	overflow:auto;
	background-color: inherit;
	font: 11px Arial, Helvetica, sans-serif;
	color: #2d2d2d;
	border:0px solid #DDD;}
/*
#scrollContainer {
	position:absolute;
	top:0px;
	left:0px;
	width:410px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #2d2d2d;
	line-height: 15px;}
	
#scrollContainer a {
	color: #2d2d2d;
	text-decoration: underline;}

#scrollWrapIn {
	padding-top: 5px; 
	padding-bottom: 20px; }

#scrollControls {
	position:absolute;
	top:0px;
	right:0px;
	height:600px;
	width:20px;}

#scrollControls .track {
	cursor:pointer;
	cursor:hand; }

#scrollControls .button {
	position:relative;
	width:20px;
	height:35px;
	cursor:pointer;
	cursor:hand; }

#scrollControls .arrowTop {
	background-color: #2d2d2d;
	background-image: url('../images/scroll_top.gif');
	background-repeat: no-repeat; }

#scrollControls .arrowBot {
	background-color: #2d2d2d;
	background-image: url('../images/scroll_btm.gif'); 
	background-repeat: no-repeat; }

#scrollControls_aTop , #scrollControls_aBot {
	position:absolute;
	height:35px;
	width:20px;
	cursor:pointer;
	cursor:hand; }

#scrollControls_track {
	position:relative;
	width:20px; 
	background-color: #CCCCCC; }

#scrollControls_thumb {
	position:absolute;
	width:20px;
	background-color: #00adef;  }
	*/
/*
#scrollControls_thumbTop {
	width:25px;
	top:-1px;
	height:1px;
	padding-top:3px;
	background-color: #CCFF00; }

#scrollControls_thumbBtm {
	width:45px;
	background-color: #FF9933;;
	padding-bottom: 0px;
	position: absolute;
	bottom: 0px;
	_bottom:-1px; }

#scrollControls_thumbMid {
	width:25px;
	height:40px;
	top:0px;
	background-color: #FF0033; }*/