/*
 * 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;
}

.jspPane
{
	position: absolute;
	left:0;
	top:0;
}

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

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

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

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
  width:5px;
  background:#f2eee1;
}

.jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
  /*background:#fff;  */
  background:#407d5c;
}
#hp_banner1 .jspDrag{
  background:#407d5c;
}
#hp_banner2 .jspDrag{
  background:#c19c3a;
}
#hp_banner3 .jspDrag{
  background:#90884c;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
  width:11px;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
   /*#D83B50*/
}

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

.jspVerticalBar .jspArrow
{
	height: 12px;
}

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

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

.jspVerticalBar .jspArrowUp
{
  /*background:url('../img/sroll-arrow-up.png') no-repeat center center;*/
}
.jspVerticalBar .jspArrowDown
{
  /*background:url('../img/sroll-arrow-down.png') no-repeat center center;*/
}

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

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/*.jspDragTop{
width:10px;
height:50%;
background:red;
}
.jspDragBottom{
width:10px;
height:50%;
background:red;
}*/
