/****************************************************************
 * jscrollpane.css
 *
 * talent4.tv | talent4media.com | talent4media.co.uk
 * 
 * styles for jScrollPane
 ****************************************************************/


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	min-width: 555px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #fff;
	border: 1px solid #f09;
}

.jScrollPaneDrag {
	position: absolute;
	background-color: #f09;
	cursor: pointer;
	overflow: hidden;
	height: 60px;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

