@charset "utf-8";
/* CSS Document */

.jspHorizontalBar, .jspVerticalBar, .jspTrack {
    background: none repeat scroll 0 0 #EEEEF4;
}
.jspDrag {
    background: none repeat scroll 0 0 #cfccc5;
    border-radius: 10px 10px 10px 10px;
}
.jspTrack .jspActive, .jspTrack .jspHover, .jspDrag:hover {
    background: none repeat scroll 0 0 #05495c;
}
.jspArrow { background-image:url(/skin/common_files/images/ui-icons_888888_256x240.png); background-repeat:no-repeat;
    border-radius: 10px 10px 10px 10px;
}
.jspVerticalBar > .jspActive, .jspArrow:hover {
     background-color: transparent;
	
	 background-image:url(/skin/common_files/images/ui-icons_cd0a0a_256x240.png); background-repeat:no-repeat;
}
.jspVerticalBar > .jspDisabled, .jspVerticalBar > .jspDisabled:hover, .jspHorizontalBar > .jspDisabled, .jspHorizontalBar > .jspDisabled:hover {
    background-color: transparent;
   
	
	 background-image:url(/skin/common_files/images/ui-icons_cd0a0a_256x240.png); background-repeat:no-repeat;
}
.jspVerticalBar .jspArrow {
    height: 15px;
}
.jspHorizontalBar .jspArrow {
    width: 15px;
}
.jspArrowUp {
    background-position: 0 0;
}
.jspArrowDown {
    background-position: -64px 0 !important;
}
.jspArrowLeft {
    background-position: -96px 0 !important;
}
.jspArrowRight {
    background-position: -32px 0 !important;
}
