/*Page related styles for you to view*/
#test1 {
width: 389;
height: 480;
overflow: auto;
/*IE overflow fix, position must be relative or absolute*/
position:relative;
/*if you do not want the outline when focused on firefox and IE
use outline: none;, though not recommended as this may confuse
people who likes to do keyboard navigation */
outline: none;
}

.fixedsize {
width: 370;
height: auto;
position: relative;
padding: 0px;
}
/* general page style ends here */

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
/*QUESTA è LA LARGHEZZA DELLO SCROLLBAR. ATTENZIONE, DEVE CORRISPONDERE CON LA LARGHEZZA DELLA FOTO UTILIZZATA*/
width: 15px;
/*QUESTO è IL PUNTO VERTICALE DAL QUALE INIZIA LO SCROLL RISPETTO ALL'INIZIO DEL LAYER*/
top: 0px;
}

.vscrollerbar {
/*QUESTA è LA DISTANZA DAL LATO SINISTRO RISPETTO AL CANALE DELLO SCROLLBAR*/
left: 0px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 0px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../img/immagini_standard/vscroller.png) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../img/immagini_standard/vscroller.png);
width: 15px;
height: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-image: none;
}

.vscrollerbasebeg {
top: 0px;
width: 15px;
background: url(../img/immagini_standard/scrollbases.png) -7px -8px no-repeat;
}

.vscrollerbaseend {
height: 7px;
width: 15px;
background: url(../img/immagini_standard/scrollbases.png) -7px 0px no-repeat;
}

/* Scroll Bar Master Styling Ends Here */