/* IE SPECIFIC HACKED STYLES */

* html .win .jscrollpanedragbottom {
	bottom: 0px; /*-1px;*/
}

/* /IE SPECIFIC HACKED STYLES */

a.jscrollactivearrowbutton, a.jscrollactivearrowbutton:hover {
}

a.jscrollarrowdown {
	bottom: 0;
	display: block;
	height: 10px;
	overflow: hidden; /*background-color: #666;*/
	position: absolute;
	right: 0;
	text-indent: -2000px;
	z-index: 1;
}

a.jscrollarrowdown:hover {
}

a.jscrollarrowup {
	display: block;
	height: 9px;
	overflow: hidden; /*background-color: #666;*/
	position: absolute;
	right: 0;
	text-indent: -2000px;
	top: 0;
	z-index: 1;
}

a.jscrollarrowup:hover {
}


.holder {
	float: left;
	padding-left: 0px;
}

.jscrollpanecontainer {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.jscrollpanedrag {
	background: #666666;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
}

.jscrollpanedragbottom {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
}

.jscrollpanedragtop {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.jscrollpanetrack {
	background: #AAAAAA;
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.scroll-pane {
	float: left;
	height: 271px;
	overflow: auto;
	text-align: justify;
	width: 561px;
}

.win .jscrollpanedrag {
	background: url(images/windows_drag_middle.gif) no-repeat 0 50%;
}

.win .jscrollpanedragbottom {
	background: url(images/windows_drag_bottom.gif) no-repeat;
	height: 4px;
}

.win .jscrollpanedragtop {
	background: url(images/windows_drag_top.gif) no-repeat;
	height: 4px;
}

.win .jscrollpanetrack {
	background: url(images/windows_track.gif) repeat-y;
}

.win a.jscrollactivearrowbutton, .win a.jscrollactivearrowbutton:hover {
	background-position: 0 -40px;
}

.win a.jscrollarrowdown {
	background: url(images/windows_arrow_down.gif) no-repeat 0 0;
	height: 11px;
}

.win a.jscrollarrowdown:hover {
	background-position: 0 -14px;
}

.win a.jscrollarrowup {
	background: url(images/windows_arrow_up.gif) no-repeat 0 0;
	height: 11px;
}

.win a.jscrollarrowup:hover {
	background-position: 0 -14px;
}

