
/*********************/
/*
 * 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.
 */
.scroll-pane {
	width: 100%;
	/*height: 200px;*/
	overflow: auto;
	display: none;
}
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 100%;
}

.jspVerticalBar *,
.jspHorizontalBar *{
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #F1F1F1;
	position: relative;
}

.jspDrag {
	background: url(../../images/scrollbar.png) repeat-y #C3C3C3;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspDragLeft 
{
    width: 34px;
    height: 34px;
    position: absolute;
    background: url(../../images/carousel_sprite.png) 0 -288px no-repeat ;
    left: -9px;
    top: -14px;
}

.jspDragRight
{
    width: 34px;
    height: 34px;
    position: absolute;
    background: url(../../images/carousel_sprite.png) -38px -288px no-repeat ;
    right: 9px;
    top: -14px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

.jspHorizontalBar {
    background: #1B3354;
    bottom: 10px;
    height: 6px;
    left: 0;
    position: absolute;
    width: 925px;
	padding: 12px 9px;
}
.jspHorizontalBar .jspTrack {
	background: #283F5E;
}
.jspHorizontalBar .jspDrag {
	background: url(../../images/carousel_sprite.png) 0 -205px no-repeat ;
	height: 35px;
	margin: -15px 24px 0 ;
}
.jspHorizontalBar .jspDrag.jspHover {
	background: url(../../images/carousel_sprite.png) 0 -246px  no-repeat ;
}
.horizontal-only
{
	/*height: 328px;*/
	/*max-height: 320px;*/
}