.jScrollPaneContainer {position: relative;overflow: hidden;z-index: 1;}
.jScrollPaneTrack {position: absolute;cursor: pointer;right:0;top:0;height: 100%;}
.jScrollPaneDrag {position: absolute;cursor: pointer;overflow: hidden;}
.jScrollPaneDragTop {position: absolute;top: 0;left: 0;overflow: hidden;}
.jScrollPaneDragBottom {position: absolute;bottom: 0;left: 0;overflow: hidden;}
#wheel {height: 250px;padding-top:5px}
.jScrollPaneTrack {background: url(/bitrix/templates/lumix_copy/pics/scrbg.png) repeat-y center center;}
.jScrollPaneDrag {background: url(/bitrix/templates/lumix_copy/pics/scr.png) no-repeat;_background: url(/bitrix/templates/lumix_copy/pics/scr.gif) no-repeat; width:32px; height:67px;}
/* ie hack */
* html .jScrollPaneDragBottom {bottom: -1px;}

