/* CSS Document */

.jp-container{ width:380px; overflow:hidden; height:270px; position:relative;}
.jspPane
{
	position: absolute;
}
.jspVerticalBar{ position:absolute; top:0; right:0; width:14px; height:100%; background:transparent;}

/*.jspDrag
{
	background: #999;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.jspTrack
{
	background: transparent;
	position: relative;
}*/