.scroll-pane{	width: 100%; height: auto;overflow: auto;}


.scroll-content{	min-width: 1000px;	height: 435px; overflow: hidden;}
/*
div.item input[type="submit"]{	margin-right: 4px;}
div.item a.compare{	margin-top: 2px;}
  */
.muar {
 background: url(../images/scroll/bg_muar.png) repeat-y top right;
 width: 120px;
 height: 375px;
 position: absolute;
 z-index: 100;
 top: 0;
 right: -25px;
 }

.jspContainer{overflow: hidden;	position: relative;}

.jspPane{	position: absolute;}

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

.jspHorizontalBar{	position: absolute;	bottom: 0;	left: 0;	width: 100%;	height: 22px;}

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

.jspCap{	display: none;}

.jspHorizontalBar .jspCap{	float: left;}

.jspTrack{	background: #dde;	position: relative;}

.jspDrag{	background: #ADB2B6;	position: relative;	top: 0;	left: 0;	cursor: pointer;}

.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{	float: left;	height: 100%;}
.jspHorizontalBar .jspTrack{	background: url(../images/scroll/scroll_h_bg.png);}
.jspHorizontalBar .jspDrag{	background: url(../images/scroll/scroll_h_beg_c.png) no-repeat center top;}
.jspHorizontalBar .jspDrag .jspDragLeft{	float:left;	width: 9px;	height: 22px;	background: url(../images/scroll/scroll_h_beg_l.png) no-repeat center top;}
.jspHorizontalBar .jspDrag .jspDragRight{	float:right;	width: 9px;	height: 22px;	background: url(../images/scroll/scroll_h_beg_r.png) no-repeat center top;}

.jspArrow{	background: #50506d;	text-indent: -20000px;	display: block;	cursor: pointer;}
.jspArrow.jspDisabled{	cursor: default;}
.jspVerticalBar .jspArrow{	height: 16px;}
.jspHorizontalBar .jspArrow{	width: 20px;	float: left;	height: 22px;}
.jspHorizontalBar .jspArrowLeft{	background: url(../images/scroll/scroll_h_arr_l.png) no-repeat 0px -22px;}
.jspArrow.jspDisabled.jspArrowLeft{background: url(../images/scroll/scroll_h_arr_l.png) no-repeat left top;}
.jspArrow.jspActive.jspArrowLeft{background: url(../images/scroll/scroll_h_arr_l.png) no-repeat 0px -44px;}
.jspHorizontalBar .jspArrowRight{	background: url(../images/scroll/scroll_h_arr_r.png) no-repeat 0px -22px;}
.jspArrow.jspDisabled.jspArrowRight{	background: url(../images/scroll/scroll_h_arr_r.png) no-repeat 0px 0px!important;}
.jspArrow.jspActive.jspArrowRight{  background: url(../images/scroll/scroll_h_arr_r.png) no-repeat 0px -44px;  }
.jspHorizontalBar .jspArrow.jspActive, .jspHorizontalBar .jspDrag.jspActive, .jspHorizontalBar .jspDrag.jspActive .jspDragLeft, .jspHorizontalBar .jspDrag.jspActive .jspDragRight{	background-position: center bottom;}
.jspVerticalBar .jspArrow:focus{	outline: none;}
.jspCorner{	background: #eeeef4;	float: left;	height: 100%;}

.ui-widget-content {border: none;}

/* VERTICAL BAR */

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

.jspVerticalBar .jspTrack,.jspVerticalBar .jspDrag{	float: left;	height: 100%;}
.jspVerticalBar .jspTrack{	background: #F2F2F2;/*url(../images/scroll/scroll_h_bg.png);*/}
/*.jspVerticalBar .jspDrag{	background: url(../images/scroll/scroll_h_beg_c.png) no-repeat right center;}*/
.jspVerticalBar .jspDrag .jspDragTop{	float:left;	width: 16px;	height: 9px;	/*background: url(../images/scroll/scroll_h_beg_l.png) no-repeat center top;*/}
.jspVerticalBar .jspDrag .jspDragBottom{	float:right;	width: 16px;	height: 9px;	/*background: url(../images/scroll/scroll_h_beg_r.png) no-repeat center top;*/position: absolute; bottom: 0px;}

.jspArrow{	background: #50506d;	text-indent: -20000px;	display: block;	cursor: pointer;}
.jspArrow.jspDisabled{	cursor: default;}
.jspVerticalBar .jspArrow{	height: 16px;}
.jspVerticalBar .jspArrow{	width: 16px;	float: left;	height: 16px;}
.jspVerticalBar .jspArrowUp{	background: url(../images/scroll/scroll_h_arr_l.png) no-repeat 0px -16px;}
.jspArrow.jspDisabled.jspArrowUp{background: url(../images/scroll/scroll_h_arr_l.png) no-repeat left top; opacity:0.2;}
.jspArrow.jspActive.jspArrowUp{background: url(../images/scroll/scroll_h_arr_l.png) no-repeat 0px -32px;}
.jspVerticalBar .jspArrowDown{	background: url(../images/scroll/scroll_h_arr_r.png) no-repeat 0px -16px;}
.jspArrow.jspDisabled.jspArrowDown{	background: url(../images/scroll/scroll_h_arr_r.png) no-repeat 0px 0px!important; opacity:0.2;}
.jspArrow.jspActive.jspArrowDown{  background: url(../images/scroll/scroll_h_arr_r.png) no-repeat 0px -32px;  }
.jspVerticalBar .jspArrow.jspActive, .jspVerticalBar .jspDrag.jspActive/*, .jspVerticalBar .jspDrag.jspActive .jspDragBottom*/{	background-position: left center;}
.jspVerticalBar .jspDrag.jspActive .jspDragTop {	background-position: left bottom;}
.jspVerticalBar .jspDrag.jspActive .jspDragBottom {	background-position: left bottom;}
.jspVerticalBar .jspArrow:focus{	outline: none;}
.jspCorner{	background: #eeeef4;	float: left;	height: 100%;}

/*.jspVerticalBar .jspArrowUp{	background: url(/images/scroll/scroll_h_arr_l.png) no-repeat 0px -22px;}*/

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