

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	float: right;
	margin-right: 30px;
	background: #000;
	height: 370px!important;
}

.scroll-bt {
	height: 10px;
	background: #000;
	width: 521px;
	clear: both;
	float: right;
	margin-right: 30px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 15px;
	top: 0;
	height: 100%;
	background: #262626;
}
.jScrollPaneDrag {
	position: absolute;
	background: #808080;
	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: 15px;
	text-indent: -2000px;
	overflow: hidden;
	height: 20px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 15px;
	text-indent: -2000px;
	overflow: hidden;
	height: 20px;
}


/* CONFIGURATION */



a.jScrollArrowUp {
	background: url(../images/buttons/up-scroll-arrow.gif) no-repeat 0 top;
}

a.jScrollArrowDown {
	background: url(../images/buttons/down-scroll-arrow.gif) no-repeat 0 bottom;
}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	padding: 0 30px 30px 15px;
	width: 476px;
	height: 318px;
	overflow: auto;
	float: left;
	background: #000;
	color: #fff;
}

/* temporary scrollbar */
.scroll-pane_ {
	padding: 0 30px 30px 15px;
	width: 476px;
	height: 318px;
	margin-left:140px;
	overflow: auto;
	float: left;
	background: #000;
	color: #fff;
}

ul#tab-static {
	width: 110px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	margin-top: 50px;
	padding: 20px 10px 20px 20px;
	text-align: right;
}

ul#tab-static li {
	padding: 8px 10px 7px 0;
	width: 105px;
}

ul#tab-static li.active {
	background: url(../images/backgrounds/li-active.gif) no-repeat center right;
}


