/*
 * created Verndale
 *
 * 
 * 
 */

.jspContainer
{
	width:240px !important;
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
	overflow-x:hidden;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 8px;
	width: 22px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background:url(/_Images/Global/scroll-bg.png) 50% 50% repeat-y;
	position: relative;
}

.jspDrag
{
	background:url(/_Images/Global/scroll-bg-2.png) 50% 50% repeat-y;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 160px;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #;
}

.jspVerticalBar .jspArrow
{
	height: 20px;
}
.jspVerticalBar .jspArrowUp {
	background:url(/_Images/Icons/icon-scroll-top.png) 50% 50% no-repeat;
}
.jspVerticalBar .jspArrowDown {
	background:url(/_Images/Icons/icon-scroll-bottom.png) 50% 50% no-repeat;
}

.jspHorizontalBar .jspArrow
{
	width: 22px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}
.scroll-pane
{
	width: 100%;
	height: 550px;
}
.horizontal-only
{
	height: 50px;
	max-height: 500px;
}
