.jScrollPaneContainer {
	position: relative;
	height:290px;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	/*position: absolute;*/
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	/*background: #aaa;*/
    background-image: url(../../../img/scroll/fondo-scroll2.png);
    background-repeat: repeat-y;
    width: 5px;
    height: 250px;
    margin-left: 550px;
    border: none;
	position:relative;
}
*:first-child+html .jScrollPaneTrack {
	/*position: absolute;*/
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	/*background: #aaa;*/
    background-image: url(../../../img/scroll/fondo-scroll2.png);
    background-repeat: repeat-y;
    width: 5px;
    height: 350px;
    margin-left: 553px;
	position:relative;
}
* html .jScrollPaneTrack {
	position: relative;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	/*background: #aaa;*/
    background-image: url(../../../img/scroll/fondo-scroll2.png);
    background-repeat: repeat-y;
    width: 5px;
    height: 350px;
    margin-left: 550px;
	position:relative;
    
}
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
   .jScrollPaneTrack {
	/*position: absolute;*/
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	/*background: #aaa;*/
    background-image: url(../../../img/scroll/fondo-scroll2.png);
    background-repeat: repeat-y;
    width: 5px;
    height: 350px;
    margin-left: 550px;
    border: none;
	position:relative;
}
}

.jScrollPaneDrag {
	position: absolute;
	/*background: #666;*/
	cursor: pointer;
	overflow: hidden;
    /*height: 100px;*/
    background-image: url("../../../img/scroll/new-scroll.png");
    background-repeat: no-repeat;
    width: 19px; 
    height: 60px;
     top: 379px;
}
*:first-child+html .jScrollPaneDrag {
	position: absolute;
	/*background: #666;*/
	cursor: pointer;
	overflow: hidden;
    /*height: 100px;*/
    background-image: url("../../../img/scroll/new-scroll.png");
    background-repeat: no-repeat;
    width: 25px; 
    height: 60px;
     top: 379px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
    .jScrollPaneDrag {
	position: absolute;
	/*background: #666;*/
	cursor: pointer;
	overflow: hidden;
    /*height: 100px;*/
    background-image: url("../../../img/scroll/new-scroll.png");
    background-repeat: no-repeat;
    width: 10px; 
    height: 60px;
     top: 379px;
     border: none;
}
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
    /**margin-top: 175px;*/
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}