#scrollContainer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:18px;
	text-align:justify;
	width:195px;
	height:318px;
	position:absolute;
	left:605px;
	top:65px;
	overflow:hidden;
	z-index:1;
	}
#scrollContent {
	padding-top:1px;
	position:absolute;
	}
#scrollContent p {
	text-indent:20px;
	margin-top:5px;
	margin-bottom:0;
	}
#track {
	background-image:url('../images/about_track.gif');
	background-repeat:repeat-y;
	background-position:4px 0;
	position:absolute;
	top:5px;
	left:5px;
	width:8px;
	z-index:1;
	}
#top_ball {
	/*padding-bottom:285px;*/
	}
#drag_handle {
	position:absolute;
	padding:10px 1px;
	cursor:pointer;
	z-index:1;
	}
#drag {
	width:17px;
	height:3px;
	background-color:#c1e1f8;
	line-height:0;
	position:relative;
	z-index:1;	
	}
#border {
	position:absolute;
	width:278px;
	height:328px;
	top:63px;
	left:551px;
	border:1px solid #52565a;
	background-image:url('../images/media_border.jpg');
	}
