@charset "utf-8";

.jspContainer{		position: relative;}
.jspPane{	position: absolute;}
.jspVerticalBar{	position: absolute;	top: 30px;	right: 0px;	width: 16px; }
.jspHorizontalBar{	position: absolute;	bottom: 0;	left: 0;	width: 100%;	height: 16px;}
.jspVerticalBar *,.jspHorizontalBar *{	margin: 0;	padding: 0;}
.jspCap{	display: none;}
.jspHorizontalBar .jspCap{	float: left;}
.jspTrack{	
	position: relative;		
	width: 3px;
	
	margin-left:5px;
}
.jspDrag{	
	position: relative;	top: 0;	left: -5px;
	cursor: pointer;	
	width: 3px;
	
	
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{	float: left;	height: 100%;}
.jspArrow{	text-indent: -20000px;	display: block;	cursor: pointer;}
.jspArrowUp,.jspArrowDown{ cursor:pointer; z-index:3; height:16px; width:35px; z-index:500; position:absolute; 	}
.jspArrowUp{background-image: url(../images/des_ico01.jpg);	height: 14px;	width: 14px;  position:absolute; bottom:0px; right:30px;}
.jspArrowDown{	background-image: url(../images/des_ico02.jpg); height: 14px;	width: 14px;position:absolute; bottom:0px; right:10px;}

.jspArrow.jspDisabled{	cursor: default;}
.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;}


.panel ul .jspVerticalBar{ width:12px; }
.panel .jspTrack{ background-image:url(../images/scroll_line.png);  background-repeat:no-repeat; background-position:center top; padding:0;}
.panel .jspDrag{top:3px;	background-image: url(../images/scroll_ico.png); width:10px; background-position:center; border-radius:3px; border-color:#333;}
.panel .jspDrag:hover{border-color:#555;}
.panel .jspVerticalBar .jspArrow{ width:12px; height:12px; line-height:0px;}
.panel .jspArrowUp{background-image: url(../images/re_prve.jpg);}
.panel .jspArrowDown{ background-image: url(../images/re_next.jpg);}
.panel .jspArrowUp:hover,.panel .jspArrowDown:hover{ background-position:bottom;}