/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
	width:638px;
}

.jspPane
{
	width:601px;
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: none;
	margin-left:20px;
}

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

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}
.jspHorizontalBar .jspCap
{
	float: left;
}
.jspArrow.jspDisabled
{
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 20px;
}

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

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

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/*-----------END OF USER ADDED----------*/
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/*-----------START OF USER ADDED----------*/
.jspan {
	position: relative;
	overflow: hidden;
	z-index: 1;
	float:left;
}

.jspan .scrollwrapper {
	position: relative;
    top: 0;
    right: 0;
	height: 445px; 
	width:25px; 
	float: right;
	margin-left:15px;
}
.jspan .jspVerticalBar .jspCap
{
	height:20px;
	width:20px;
	display: none;
}
.jspan .jspTrack {
	position: relative;
	cursor: pointer;
	width:25px; 
	background:url(../images/scroll_track.png) no-repeat;
}

.jspan .jspDrag {
	height:10px;
	position:relative;
	background:url(../images/scroll_drag.png) no-repeat;
	margin: 0px 5px 0px 6px;
	top: 0;
	left: 0;
	bottom:0;
	cursor: pointer;
	overflow: hidden;
}
.jspan .jspDragTop {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

.jspan .jspDragBottom {
	position: absolute;
	bottom: 20px;
	right: 0;
	overflow: hidden;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}
.jspan a.jspArrowUp
{
	background:url(../images/scroll_arrows.PNG) no-repeat;
	display: block;
	cursor: pointer;
}
.jspan a.jspArrowDown
{
	display: block;
	cursor: pointer;
	background-image: url(../images/scroll_arrows.PNG);
	background-repeat: no-repeat;
	background-position: 0 -20px;
}
.jspan .jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspCap
{
	display: none;
	float: right;
}
.jspan2 {
	position: relative;
	overflow: hidden;
	z-index: 1;
	float:left;
}
/*-----------START OF CONTROLLER FOR LIVE FRINGE----------*/
.jspan2 .jspScrollable
{
	overflow: hidden;
	position: relative;
	width:700px;
}
.jspan2 .jspContainer
{

	position: relative;
	width:100%;
}
.jspan2 .jspVerticalBar
{
	position: absolute;
	top: 0;
	left:550px;
	width: 60px;
	height: 100%;
}
.jspan2 .jspHorizontalBar
{
	display:none;
}
.jspan2 a.jspArrowUp {
	position: absolute;
	top:5px;
	left:-22px;
	width:34px;
	height:14px;
	overflow: hidden;
	background:url(../images/scroll_up_arrow.png) no-repeat;
}
.jspan2 a.jspArrowUp:hover {
	background:url(../images/scroll_up_arrow_ro.png) no-repeat;
	cursor:pointer;
}

.jspan2 a.jspArrowDown {
	position: absolute;
	top:25px;
	width:34px;
	height:14px;
	overflow: hidden;
	background:url(../images/scroll_dwn_arrow.png) no-repeat;
}
.jspan2 a.jspArrowDown:hover {
	background:url(../images/scroll_dwn_arrow_ro.png) no-repeat;
	cursor:pointer;
}


.jspan2 a.jScrollActiveArrowButton, a.jScrollArrowUp:hover {
	background:url(../images/scroll_up_arrow_ro.png) no-repeat;
}

.jspan2 a.jScrollActiveArrowButton, a.jScrollArrowDown:hover {
	background:url(../images/scroll_up_arrow_ro.png) no-repeat;
}

/*-----------END OF CONTROLLER FOR LIVE FRINGE----------*/