/* Scrollbar */
#scrollbar1
{
  	width:787px; 
	height:350px;
}
#scrollbar1 .viewport
{
    width:auto;
    height: 298px;
    overflow: hidden;
    position: relative;
	background-image: url('../images/sfondo_clienti.png');
}
#scrollbar1 .overview
{
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}
#scrollbar1 .scrollbar
{
    background: transparent url(../images/sfondo_scrollbar.png) no-repeat 0 0;
    position: relative;
    background-position: 0 0;
    float: right;
    width: 11px;
	height:300px;
}
#scrollbar1 .track
{
    height:100%;
    width: 11px;
    position: relative;
    padding: 0 -1px;
}
#scrollbar1 .thumb
{
    background: transparent url(../images/scrolla.png) no-repeat ;
    height: 20px;
    width: 25px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
	
}

#scrollbar1 .disable
{
    display: none;
}
