/*
 * 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;
			}
			.horizontal-only
			{
				height:307px;
			}
 
.scroll{width:1096px;margin:0 auto;position:relative;overflow:hidden;padding-top:26px;}
.scroll_inner_1{background:url(../images/scroll_bg.png) 50% 102px no-repeat;}
.scroll_inner{width:988px;margin:0 auto;}
.scroll ul{overflow:hidden;width:1976px;}
.scroll li{float:left;padding:0 0 25px;background:url(../images/scroll_shadow.png) 50% 100% no-repeat;margin:0 4px;}
.scroll li a{padding:11px;background:#cce0e8;display:block;border-radius:120px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.scroll li a img{border-radius:109px;}
.scroll li a:hover{background:#fff;}
.scroll-left{position:absolute;top:26px;left:0;z-index:90;background:url(../images/scroll-left.png);width:58px;height:264px}
.scroll-right{position:absolute;top:26px;right:0;z-index:90;background:url(../images/scroll-right.png);width:58px;height:264px}

.jspContainer
{
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 92px;
	width: 796px;
	height: 5px;
	padding:3px 0 6px;
}

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

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #bbd2e0;
	padding:0 72px;
	border-radius:3px;
	margin-left:-72px;
}

.jspDrag
{
	background-color: #0a0c0d;
	background-image: -webkit-linear-gradient(top, #009bb9, #004862); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #009bb9, #004862); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #009bb9, #004862); /* IE10 */
	background-image:      -o-linear-gradient(top, #009bb9, #004862); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #009bb9, #004862);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009bb9',endColorstr='#004862');
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	box-shadow:1px 1px 1px rgba(0,0,0,.21);
}
.jspDrag:hover{
	background-color: #0a0c0d;
	background-image: -webkit-linear-gradient(top, #004862, #009bb9); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #004862, #009bb9); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #004862, #009bb9); /* IE10 */
	background-image:      -o-linear-gradient(top, #004862, #009bb9); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #004862, #009bb9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004862',endColorstr='#009bb9');
}
.jspDrag.jspActive{margin-top:1px;margin-left:1px;}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	height: 5px;
}
.jspHorizontalBar .jspDrag{height:11px;}

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

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

.jspVerticalBar .jspArrow
{
	height: 16px;
}

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

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

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}