
.horizontalScrollDiv
{
	width:100%;
	height:17px;
	border-width:0px;
	background-color:#FBFBF9;
	bottom:0px !important;
}
.horizontalScrollDiv[class]{
	position:fixed !important;
}

.verticalScrollDiv
{
	width:15px;
	height:90px;
	border-color:white;
	border-style:solid;
	border-width:2px;

	height:76px;
	
}

.horizontalBar
{
	left:17px;
	right:17px;
}

.verticalBar
{
	top:17px;
	bottom:17px;
}

.upArrow, .downArrow
{
	background-color:#C1D3FB;
	background-position:center;
	height:17px;

	border-top-color:white;
	border-top-style:solid;
	border-bottom-color:white;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-top-width:0px;
}

.leftArrow, .rightArrow
{
	background-color:#C1D3FB;
	background-position:center;
	width:17px;

	border-left-color:white;
	border-left-style:solid;
	border-right-color:white;
	border-right-style:solid;
	border-right-width:0px;
	border-left-width:0px;
}

.upArrow
{
	background-image:url("../image/scrollbar/up6.png");
	border-bottom-width:1px;
}

.downArrow
{
	background-image:url("../image/scrollbar/down6.png");
	border-top-width:1px;
}

.leftArrow
{
	background-image:url("../image/scrollbar/left6.png");
	border-right-width:0px;
}

.rightArrow
{
	background-image:url("../image/scrollbar/right6.png");
	border-left-width:0px;
}

.verticalIndex
{
	border-top-color:white;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:white;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-color:#C1D3FB;
}
.horizontalIndex
{
	border-left-color:white;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:white;
	border-right-style:solid;
	border-right-width:1px;
	border:1px solid white;
	background-color:#C1D3FB;
}

.leftIndex
{
	left:0px;
	width:0px;
}

.rightIndex
{
	right:0px;
	width:0px;
}

.upIndex
{
	top:0px;
	height:0px;
}

.downIndex
{
	bottom:0px;
	height:0px;
}

