/*
 * CSS Styles that override the default styles.
 *
 */

.jspDrag {
	background: none repeat scroll 0 0 #000000;
	width: 10px;
	border-radius: 5px 5px 5px 5px;
	opacity: .13;
	filter:alpha(opacity=13);
}
.jspVerticalBar {
	width: 10px;
	background-color: transparent;
}
.jspTrack 
{
	width: 10px;
	background-color:transparent;
}
