#cnt {
	position:relative;
}

#scrollbar_track {
	/*position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;*/
	background:transparent url(../images/elements/track.gif) repeat-y scroll 5px 0;
  float:right;
  top: 0; 
  width: 11px;
  /*height: 100%;*/
  height:388px;
  font-size: 0;
  z-index: 3;
}

#scrollbar_track:hover #scrollbar_handle {
	background-position:100% 0;
}

#scrollbar_handle {
	/*width:10px;
	background-color:#5c92e7;
	cursor:move;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.9;
    -moz-opacity:0.9;*/
  /*background:transparent url(../images/elements/slide.gif) no-repeat scroll 0 0;
  position: relative;
  width: 100%;
  height: 14px;
  cursor: pointer;
  z-index: 4;*/
  background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #999999;
	border-right:1px solid #666666;
	cursor:pointer;
	height:14px;
	margin-left:3px;
	position:relative;
	width:5px;
	z-index:4;
}

#scrollbar_content {
	overflow:hidden;
	width:560px;
	height:390px;
}
