/****************************************************************
FLEXCROLL
****************************************************************/
#scroll {
height:140px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0px;
padding: 0px;
}
#scroll-goodies {
height:510px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0px;
padding: 0px;
margin-top:20px;
margin-right:10px;
}
#scroll-goodies2 {
height:210px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0px;
padding: 0px;
margin-top:20px;
margin-right:10px;
}
/* .scrollgeneric is required for proper scrollbar display,
not for user customization, and is mandatory*/
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

/* For scrollbars, defining a color for background alongside with an image 
is always a good idea, this way the scrollbars are visible until images load */
.vscrollerbase {
/* vscrollerbase is the div that holds the scrollbar (parent of vscrollerbar) */
background-color:none;
}

.vscrollerbar {
width: 13px;
}

.vscrollerbar {
/* Main body of vertical scrollbar */
background: url("http://www.girard-perregaux.ch/img/scroll.gif") -30px -0px;
width:13px;
}

.vscrollerbar {
/*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
The greater the padding, the further away the scrollbar
stops away from both ends. This may be used, for example,
to provide space for our "faux" arrow heads.
*/
padding: 10px;

/* z-index for scrollbars define the z-index for the content, if left at
"auto" or "0", they are set to "2", if defined, content z-index is set the
same as the scrollbars. Version 1.7.5 and higher does not need this setting
to function properly, earlier versions need this for proper operation */
z-index: 2;
}

/* Following are for scrollbase images, may not always be required */

.vscrollerbase {
/* Vertical scrollbar's base body */ 
background: url("http://www.girard-perregaux.ch/img/scroll.gif") -15px -0px repeat-y;
height: 15px;
width: 15px;
}

.vscrollerbasebeg {
/* Vertical scrollbar's base top-cap */
/* This may be used for holding the up arrow */
padding-top:3px;
background:  url("http://www.girard-perregaux.ch/img/scroll.gif") 0px 0px no-repeat;
width: 13px;
/* height of this element is normally auto set by the script to fit the scrollbase, to cover the base... */
height: 5px !important; /*  Safari BG repeat fix */
}

.vscrollerbaseend {
/* Vertical scrollbar's base bottom-cap */
/* This may be used for holding the down arrow */
padding-bottom:0px;
background:  url("http://www.girard-perregaux.ch/img/scroll.gif") 0px -8px no-repeat;
height: 7px;
width: 12px;
}
.scrollerjogbox:hover {
background:  url("http://www.girard-perregaux.ch/img/scroll.gif") -45px -15px ;
background-repeat: no-repeat-x;
}
