#scroll{
	margin:auto;
	top:5px;
	width: 360x;
	height:310px;
	padding:7px;
	overflow:auto;
}


.scrollBar .bar{
	width:10px;
	height:10px;
}

.scrollBar .button{
	width:0px;
	height:0px;
	background-color:#8584BE;
	outline:none;
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
	margin-top:0px;
}
.scrollBar .button.topButton{width:10px;
	height:10px;
background-image:url(images/btn-top.jpg);
}

.scrollBar .button.bottomButton{width:10px;
height:10px;
background-image:url(images/btn-btm.jpg);
}



.scrollBar .button.leftButton{
}

.scrollBar .button.rightButton{
}

.scrollBar .button.active{
	background-position:bottom center ;
}

.scrollBar .scrollable{
	cursor:pointer;
	background-repeat:repeat;
}

.scrollBar .knob{
	height:8px;
}

.scrollBar .knob.verticalKnob{
	cursor:n-resize;
}

.scrollBar .knob.horizontalKnob{
	cursor:w-resize;
}

.scrollBar .knobHorizontalTip{
	width:8px;
	position:absolute;
	background-position:left center;
	background-repeat:no-repeat;
}

.scrollBar .active .knobHorizontalTip{
	background-position:right center;
}

.scrollBar .leftTip{
	left:0;
}

.scrollBar .rightTip{
	right:0;
}

.scrollBar  .knobHorizontalFill{
	background-color:#8584BE;
	background-position:top center;
	background-repeat:repeat-x;
	margin:0 8px;
}

.scrollBar .active .knobHorizontalFill{
	background-position:bottom center;
}

.scrollBar .knobVerticalTip{
	height:0px;
	background-position:top center;
	background-repeat:no-repeat;
}

.scrollBar .active .knobVerticalTip{
	background-position:bottom center;
}

.scrollBar .knobVerticalFill{
	background-color:#8584BE;
	background-position:left center;
	background-repeat:repeat-y;
	position:absolute;
	bottom:2px;
	top:2px;
}

.scrollBar .active .knobVerticalFill{
	background-position:right center;
}

.scrollBar .topTip{
}

.scrollBar .bottomTip{
	position:absolute;
	bottom:0;
}

.scrollBar .knob.active{
	border:none;
}

.scrollBar .corner{
}
