
/* CSS Document */

/*****************/
#scrollbar-hometext{
	/*width:230px; height:230px; overflow:hidden; position:absolute; top:90px; left:43px;*/
	position:relative;
	margin:auto;
	padding:0;
	overflow:auto;
	/*background-color:#ffffff;*/
	width:455px;
	line-height:1.7em;
	/*border:1px solid #cc0000;*/
	height:293px;/*390px*/
}

#scrollbar-hometext ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#scrollbar-hometext ul li{
	line-height:1.7em;
}
/****************/

#scrollbar-demo{
	margin:auto;		
	padding:5px 0 0 5px;
	text-align:justify;
	overflow:auto;
	/*background-color:#ffffff;*/
	width:100%;
	line-height:1.7em;
	/*border:1px solid #cc0000;*/
	height:262px;/*390px*/
	/*z-index:-10000;*/
}
#scrollbar-demo ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#scrollbar-demo ul li{
	line-height:1.7em;
}

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

.scrollBar .button{
	width:12px;
	height:12px;
	background-color:#000000;
	outline:none;
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.scrollBar .button.topButton{
	background:transparent;
	background-image:url('../images/up-arrow-scroll.gif');
	background-repeat:no-repeat;
	/*background-color:#ffffff;*/
}

.scrollBar .button.bottomButton{
	background:transparent;
	background-image:url('../images/bottom-arrow-scroll.gif');
	background-repeat:no-repeat;
	padding-top:5px;
	/*-color:#ffffff;*/
}

.scrollBar .button.leftButton{
	background:transparent;
	background-image:url('arrow-left.gif');
	/*background-color:#ffffff;*/
}

.scrollBar .button.rightButton{
	background:transparent;
	background-image:url('arrow-right.gif');
}



.scrollBar .scrollable{
	background:transparent;
	cursor:pointer;
	background:url(../images/home_text_scroll_back.jpg) no-repeat top;
	background-repeat:repeat;
	/*background-color:#ffffff;*/
}

.scrollBar .knob
{
	height:12px;
	width:12px;
	background:url(../images/scroll_top.jpg) no-repeat top;
	/*background-color:#8C8C8C;*/
	/*background-color:#FFFFFF;*/
}

.scrollBar .knob.verticalKnob{
	cursor:default;
}

.scrollBar .knob.horizontalKnob{
	cursor:default;
}

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

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

.scrollBar .leftTip{
	background:transparent;
	left:0;
	background-image:url('knob-left.gif');
}

.scrollBar .rightTip{
	background:transparent;
	right:0;
	background-image:url('knob-right.gif');
}

.scrollBar  .knobHorizontalFill{
	background:transparent;
	/*background-color:#666;*/
	background-position:top center;
	background-repeat:repeat-x;
	background-image:url('horizontal-knob.gif');
	margin:0 12px;
}

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

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

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

.scrollBar .knobVerticalFill{
	background:transparent;
	/*background-color:#666;*/
	background-position:left center;
	background-repeat:repeat-y;
	background-image:url('vertical-knob.gif');
	position:absolute;
	bottom:12px;
	top:12px;
	position:relative;
}

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

.scrollBar .topTip{
	background:transparent;
	background-image:url('knob-top.gif');
}

.scrollBar .bottomTip{
	background:transparent;
	position:absolute;
	bottom:0;
	background-image:url('knob-bottom.gif');
}

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

.scrollBar .corner{
	background:transparent;
	z-index:999;
	position:relative;	
	/*background:#FFB119 url('corner.gif') center center no-repeat;*/
}

