@charset "utf-8";
/* CSS Document */
/*
 * 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;
}

.jspVerticalBar, 
.selectRadio .listOption .jspVerticalBar
{
	position: absolute;
	top: -1px;
	right: -1px;
	padding:1px 0;
	width: 50px;
	height: 100%;
}

.layerType1 .jspVerticalBar{right:0;}

.jspVerticalBar *,
.selectRadio .listOption .jspVerticalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspTrack
{
	background: #f5f5f5 url(../images/com/bg_scroll_dragger.gif) repeat-y;
	position: relative;
	/*border-left:1px solid #d5d5d5;*/
	border-right:1px solid #d5d5d5;
}

.jspDrag
{
	background: #fff url(../images/com/bg_scroll_dragger.gif) repeat-y;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspDragTop, .selectRadio .listOption .jspDragTop{position:absolute;left:0;top:0;width:50px;border-top:1px solid #d5d5d5;}
.jspDragBottom, .selectRadio .listOption .jspDragBottom{position:absolute;left:0;bottom:0;width:50px;border-bottom:1px solid #d5d5d5}

.jspArrow,.selectRadio .listOption .jspArrow
{
	display: block;
	cursor: pointer;
	width:48px;
	height:48px;
	border:1px solid #D5D5D5;
}

.jspArrowUp,.selectRadio .listOption .jspArrowUp{background:url(../images/com/ico_set01.gif) no-repeat -100px -50px;border-top:0;}
.jspArrowDown,.selectRadio .listOption .jspArrowDown{background:url(../images/com/ico_set01.gif) no-repeat -150px -50px;border-bottom:0;}

.layerType1 .jspArrowUp{border:1px solid #D5D5D5;}
.layerType1 .jspArrowDown{border:1px solid #D5D5D5;}

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

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