 /* scroll domain */

.holder {margin-top:15px;}
.scroll-pane {width: 650px;	overflow: auto;	background: #FFFFFF; float: left;}
.scroll-pane h3 {font-weight: bold; font-size:13px; padding-top: 7px; clear:both;}
.scroll-pane p {font-size:12px; width: 100%; padding-top:9px; padding-bottom:9px; text-indent: 10px;}
.scroll-pane p a {color: #000000; text-decoration: underline !important;}
.scroll-pane p a:hover {color: #000000; text-decoration: none !important; }
.scroll-pane p a:visited {color: #000000; text-decoration:none; }
.scroll-pane p a:active {color: #000000; text-decoration:none;}
.scroll-pane ul {list-style: none; padding-top: 3px; padding-bottom: 3px; margin-left: 10px;}
.scroll-pane ul li{padding-left: 8px; font-size:12px; background-image: url(images/sqare.jpg); background-position: left; background-repeat: no-repeat; }
.scroll-pane ul li a {color: #000000; text-decoration: underline !important;}
.scroll-pane ul li a:hover {color: #000000; text-decoration: none !important;}
.scroll-pane ul li a:visited {color: #000000; text-decoration:none; }
.scroll-pane ul li a:active {color: #000000; text-decoration:none;}
#pane2 {height: 150px;}

.jScrollPaneContainer {position: relative;overflow: hidden;z-index: 1;}
.jScrollPaneTrack {position: absolute; cursor: pointer; right: 0; top: 0; height: 100%; background: #FFFFFF;}
.jScrollPaneDrag {position: absolute; background: #f2f2f2; cursor: pointer; overflow: hidden;}
.jScrollPaneDragTop {position: absolute; top: 0; left: 0; overflow: hidden;  }
.jScrollPaneDragBottom {position: absolute; bottom: 0; left: 0;	overflow: hidden;}
a.jScrollArrowUp {display: block; position: absolute; z-index: 1; top: 0; right: 0; text-indent: -2000px; overflow: hidden; height: 17px;}
a.jScrollArrowUp:hover {/*background-color: #f60;*/}
a.jScrollArrowDown {display: block;	position: absolute;	z-index: 1;	bottom: 0; right: 0; text-indent: -2000px; overflow: hidden; height: 17px;}
a.jScrollArrowDown:hover {/*background-color: #f60;*/}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {/*background-color: #f00;*/ }
a.jScrollArrowUp {background: url(images/basic_arrow_up.gif) no-repeat 0 0;			}
a.jScrollArrowUp:hover {background-position: 0 0px;}
a.jScrollArrowDown {background: url(images/basic_arrow_down.gif) no-repeat 0 0;}
a.jScrollArrowDown:hover {background-position: 0 0px;}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {background-position: 0 0px;}

/* end scroll domain */