/* 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;}
.hscrollerbase {
height: 17px;
background-color:#ddd;
}
.hscrollerbar {
margin:7px 0 0 0;
height: 5px;
background-color:#a8a9a7;
cursor:move;
padding: 17px; /* Aquest padding es per no sobreposarse sobre les imatges de hscrollerbasebeg i hscrollerbaseend  */
}
.hscrollerbasebeg {
height: 20px;
width: 17px;
background-image: url(../img/fletxa_esquerra.gif);
background-repeat:no-repeat;
cursor:pointer;
}
.hscrollerbaseend {
height: 20px;
width: 17px;
background-image: url(../img/fletxa_dreta.gif);
background-repeat:no-repeat;
cursor:pointer;
}
#galeria {
margin-top:10px;
margin-bottom:10px;
width: 700px;
height: 270px;
position: relative;
overflow:hidden;
}
.galeriaTotal {
width: 2070px;
width: 1560px;
height: 250px;
position: relative;
color: black;
}
.galeriaTotal img {
margin:0 5px 0 5px;

}
