#scrollbars {
	/*position: absolute;
	left: 910px;
	top: -1px;*/
	visibility:hidden;
	position:absolute;
	left:930px;
	float:left;
	border-left:1px solid #CCCCCC;
}

.static-content #scrollbars
{
	background:#525051;
	border-left:1px solid #797979;
}

#upArrow, 
#downArrow {
	background:white;
	border: 1px solid #cccccc;
	width:10px;
	height:11px;
	margin:0px;
	padding:0px;
	clear:both;
	
	display:none;
}

.static-content #upArrow, 
.static-content #downArrow
{

	border: 1px solid #989898;
	border-left:1px solid #525051;
}

.static-content #upArrow
{
	border-bottom: 1px solid #525051;
}

.static-content #downArrow
{

	border-top: 1px solid #525051;
}



#upArrow img, #downArrow img {
	border:0;
}



#track2 
{
	width:10px;
	height:458px;
	border-right: 1px solid #fff;
	/*border-left: 1px solid #cccccc;*/

	
	
}
.static-content #track2 
{
	border-right: 1px solid #989898;
	border-left: 1px solid #525051;
	border-top: 1px solid #525051;
	border-bottom: 1px solid #525051;
}



#track3 {
	border-right: 1px solid #cccccc;
	width:10px;
	height:366px;
	border-left: 1px solid #cccccc;
}


#handle2 
{
	width:10px;
	height:80px;
	background-color:#cccccc;
	cursor:ns-resize;
}

.static-content #handle2 {
	background-color:#363435;
}
