.CustomScrollBar_Default_Up
{
  position:absolute;
  overflow:hidden;
  left:0px;
  top:0px;
  width:5px;
  height:5px;
  cursor:hand;
  cursor:pointer;
}
.CustomScrollBar_Default_Down
{
  position:absolute;
  overflow:hidden;
  left:0px;
  top:0px;
  width:5px;
  height:5px;
  cursor:hand;
  cursor:pointer;
}
.CustomScrollBar_Default_Left
{
  position:absolute;
  overflow:hidden;
  left:0px;
  top:0px;
  width:5px;
  height:5px;
  cursor:hand;
  cursor:pointer;
}
.CustomScrollBar_Default_Right
{
  position:absolute;
  overflow:hidden;
  left:0px;
  top:0px;
  width:5px;
  height:5px;
  cursor:hand;
  cursor:pointer;
}
.CustomScrollBar_Default_ImageLeft
{
	cursor:hand;
	cursor:pointer;
}
.CustomScrollBar_Default_ImageRight
{
	cursor:hand;
	cursor:pointer;
}
.CustomScrollBar_Default_ImageUp
{
	cursor:hand;
	cursor:pointer;
}
.CustomScrollBar_Default_ImageDown
{
	cursor:hand;
	cursor:pointer;
}
.CustomScrollBar_Default_DataBox
{
	position:relative;
	overflow:hidden;
	left:0px;
	top:0px;
	width:604px;
	height:163px;
	background-color:#FFFFFF;
	border:solid black 0px;
}
.CustomScrollBar_Default_Content
{
	position:absolute;
	left:10px;
	top:0px;
	height:150px;
	text-align:left;
}
.CustomScrollBar_Default_ScrollBoxY
{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	left:580px;
	top:0px;
	width:16px;
	height:280px;
	background-color:#CCCCCC;
	border:solid black 0px;
}
.CustomScrollBar_Default_ScrollBarY
{
	position:absolute;
	overflow:hidden;
	left:5px;
	top:20px;
	width:6px;
	height:80px;
	background-color:#FFCC66;
	border:solid black 0px;
	cursor:hand;
	cursor:pointer;
}
.CustomScrollBar_Default_ScrollBoxX
{
	position:absolute;
	overflow:hidden;
	left:0px;
	top:158px;
	width:604px;
	height:5px;
	background-image:url('images/scrollbar.gif');
	background-repeat:repeat-x;
	border:solid black 0px;
}
.CustomScrollBar_Default_ScrollBarX
{
	position:absolute;
	overflow:hidden;
	left:0px;
	top:0px;
	width:10px;
	height:5px;
	background-image:url('images/scroller.gif');
	background-repeat:repeat-x;
	border:solid black 0px;
	cursor:hand;
	cursor:pointer;
}
.CustomScrollBar_Default_Background
{
	position:absolute;
	overflow:hidden;
	left:580px;
	top:280px;
	width:16px;
	height:16px;
	background-color:#CCCCCC;
}
