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

/* !Styling of studio space */
#imageTable{
    border:1px silver solid;
}

#thumbs{	/* thumbnail images of studio space */
   position: absolute;
   border: 1px solid white;
   top: 50px;
   left: 1px;
   width: 255px;
   height: 50px;
}

#arrowleft {position: absolute; top: 15px; 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;}
#arrowright{position: absolute; top: 15px; left: 155px; width: 39px; height: 39px;}

#pageLegend{
    list-style-position: outside;
    position: absolute;
    top: 50px;
    left: 5px;
    width:175px;
    text-align:center;
    font-size: 12px;
    font-weight: bold;
}

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

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

#thanks{position: absolute; top: 220px; left: 10px; width:230px;text-align:left;font-size: 8px;font-weight: normal;color:silver;}