/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

/* force fleXcroll to always display the vertical scrollbase */
.vscrollerbase {
/*visibility: visible !important;*/
}
/* fleXcroll adapts to this CSS setting and sets positions correctly */
.contentwrapper {
	margin-top:1px;
	width:550px  !important;
	}

/* And style your scrollbar like you normally do */
.vscrollerbase {
width: 5px;
background: #ddd /*url(../../immagini/basebarcaps_verticalbarbody.png)*/ 0px 0px repeat-y;
}
.vscrollerbar {
width: 5px;
background: #000 /*url(../../immagini/basebarcaps_verticalbarbody.png)*/ -15px 0px repeat-y;
}
.hscrollerbase {
height: 5px;
background: #ccc /*url(../../immagini/horizontalbarbody_cornerjog.png)*/ 0px -15px repeat-x;
display:none
}
.hscrollerbar {
height: 15px;
background: #eee /*url(../../immagini/horizontalbarbody_cornerjog.png)*/ 0px -30px repeat-x;
display:none
}
.vscrollerbar, .hscrollerbar {
/*padding: 15px;*/
z-index: 2;
}
.vscrollerbarbeg {
background: /*url(../../immagini/basebarcaps_verticalbarbody.png)*/ -45px -30px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbarend {
background: /*url(../../immagini/basebarcaps_verticalbarbody.png)*/ -45px 0px no-repeat;
width: 15px;
height: 15px;
}
.hscrollerbarbeg {
background: /*url(../../immagini/basebarcaps_verticalbarbody.png)*/ -60px -15px no-repeat;
height: 15px;
width: 15px !important;
display:none
}
.hscrollerbarend {
background: /*url(../../immagini/basebarcaps_verticalbarbody.png)*/ -30px -15px no-repeat;
height: 15px;
width: 15px;
display:none
}
.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #96bf2e /*url(../../immagini/horizontalbarbody_cornerjog.png)*/ 0px 0px;
display:none
}
.vscrollerbasebeg {
background: /*url(../../immagini/basebarcaps_verticalbarbody.png)*/ -30px -30px no-repeat;
width: 15px;
height: 15px !important;
}
.vscrollerbaseend {
background: /*url(../../immagini/basebarcaps_verticalbarbody.png)*/ -60px -30px no-repeat;
height: 15px;
width: 15px;
}
.hscrollerbasebeg {
background: /*url(../../immagini/basebarcaps_verticalbarbody.png)*/ -60px 0px no-repeat;
height: 15px;
width: 15px !important;
display:none
}
.hscrollerbaseend {
height: 15px;
width: 15px;
background: /*url(../../immagini/basebarcaps_verticalbarbody.png)*/ -30px 0px no-repeat;
display:none
}
.scrollerjogbox:hover {
background: #dddddd /*url(../../immagini/basebarcaps_verticalbarbody.png)*/ -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */
