/* single scrollable item */
.scrollable img {
    margin:29px 75px 29px 15px;  /* top right bottom left */
}

/* */
#imageTable{
    border:1px silver solid;
}

#thumbs{
   position: absolute;
   border: 1px solid white;
   top: 35px;
   left: 1px;
   width: 255px;
   height: 50px;
}

#arrowleft {position: absolute; top: 55px; left:  10px; width: 39px; height: 39px;}
#thumb1    {position: absolute; top:  5px; left:  35px; width: 39px; height: 39px;}
#thumb2    {position: absolute; top:  5px; left:  75px; width: 39px; height: 39px;}
#thumb3    {position: absolute; top:  5px; left: 115px; width: 39px; height: 39px;}
#thumb4    {position: absolute; top:  5px; left: 155px; width: 39px; height: 39px;}
#thumb5    {position: absolute; top: 45px; left:  35px; width: 39px; height: 39px;}
#thumb6    {position: absolute; top: 45px; left:  75px; width: 39px; height: 39px;}
#thumb7    {position: absolute; top: 45px; left: 115px; width: 39px; height: 39px;}
#thumb8    {position: absolute; top: 45px; left: 155px; width: 39px; height: 39px;}
#thumb9    {position: absolute; top: 85px; left:  35px; width: 39px; height: 39px;}
#thumb10   {position: absolute; top: 85px; left:  75px; width: 39px; height: 39px;}
#thumb11   {position: absolute; top: 85px; left: 115px; width: 39px; height: 39px;}
#thumb12   {position: absolute; top: 85px; left: 155px; width: 39px; height: 39px;}
#arrowright{position: absolute; top: 55px; left: 195px; width: 39px; height: 39px;}

#pageLegend{
    position: absolute;
    top: 125px;
    left: 10px;
    width:200px;
    text-align:center;
    font-size: 12px;
    font-weight: bold;
}

#display{
   position: absolute;
   border: 1px solid white;
   top: 35px;
   left: 300px;
   width: 215px;
   height: 200px;
   background-color: white;
}

#workshopImage{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 215px;
   height:200px;
}

#thanks{    /* Author of workshop images */
    position: absolute; 
    top: 240px; 
    left: 10px; 
    width:230px;
    text-align:left;
    font-size: 8px;
    normal;color:silver;
}
