
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	background:#282828;
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(../img/drag.gif) no-repeat left top;
	height:42px
}

.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;
	background:url(../img/arrow-up.gif) no-repeat center top;
	height:18px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../img/arrow-down.gif) no-repeat center top;
	height:18px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


			.scroll-wrap{
				margin:0px auto;
				margin-left:0px;
				width:940px;
				height:310px;
			}
			.scroll-pane{
				width:940px;
				height:310px;
				padding:0 0 0 5px;overflow:auto;padding-top:0px;padding-left:0px;
	                	color:white;
			}



			.scroll-wra2{
				margin:0px auto;
				margin-left:0px;
				width:315px;
				height:260px;
		
			}
			.scroll-pan2{
				width:315px;
				height:260px;
				padding:0 0 0 5px;overflow:auto;padding-top:0px;padding-left:0px;
	                	color:white;
			}

			.scroll-wrap3{
				margin:0px auto;
				margin-left:0px;
				width:270px;
				height:300px;
		
			}
			.scroll-pane3{
				width:270px;
				height:300px;
				padding:0 0 0 5px;overflow:auto;padding-top:0px;padding-left:0px;
	                	color:white;
			}


			.scroll-wrap4{
				margin:0px auto;
				margin-left:0px;
				width:100%;
				height:80px;
		
			}
			.scroll-pane4{
				width:100%;
				height:80px;
				padding:0 0 0 5px;overflow:auto;padding-top:0px;padding-left:0px;
	                	color:white;
			}


			.scroll-wrap-home{
				margin:0px auto;
				margin-left:0px;
				margin-bottom:5px;
				width:350px;
				height:105px;
			}
			.scroll-pane-home{
				width:350px;
				height:105px;
				padding:0 0 0 5px;overflow:auto;
	                	color:white;
			} .scroll-pane-home a{color:white;} .scroll-pane-home a:hover{color:lightblue;}
