.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: transparent;
}
.jScrollPaneDrag {
	position: absolute;
	width: 7px;
	height: 8px;
	min-height: 8px;
	background: url(img/scroll_thumb.gif) no-repeat;
	background-color: #443e33 !important;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	height: 8px;
	background: #443e33;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	height: 8px;
	background: transparent url(img/scroll_thumb.gif) no-repeat;
	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: transparent url(img/scroll_up.gif) no-repeat;
	height: 4px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: transparent url(img/scroll_down.gif) no-repeat;
	height: 4px;
}

/* jquery based ScrollPane */
.scroll-pane {
	width: 160px;
	height: 100px;
	overflow: hidden; /* no-scroll */
	background: transparent;
	float: left;
}

#pane1 { /* cart */
	width: 167px;
	height: 76px;
}

#pane2 { /* playlist */
	width: 167px;
	height: 76px;
}

#pane3 { /* chart */
	width: 167px;
	height: 97px;
}

#pane4 { /* video playlist */
	background-color: #e9e6e2 !important;
	width: 558px;
	height: 300px;
}
