/* (c) Windmill - (r) wml 20090729 2240 */
/* for the Cupola site */

img.tile {
   float: left;
}
span.arrow {
   float: left;
   width: 100px;
   height: 100px;
   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
   text-align: center;
}
span#arrowCupola {
   background-image: url(../gfx/arrows/cupola.gif);
   display: block;
}
span#arrowPainting {
   background-image: url(../gfx/arrows/painting.gif);
   display: none;
}
span#arrowPrintmaking {
   background-image: url(../gfx/arrows/printmaking.gif);
   display: none;
}
span#arrowCeramics {
   background-image: url(../gfx/arrows/ceramics.gif);
   display: none;
}
span#arrowJewellery {
   background-image: url(../gfx/arrows/jewellery.gif);
   display: none;
}
span#arrowSculpture {
   background-image: url(../gfx/arrows/sculpture.gif);
   display: none;
}
span#arrowGlass {
   background-image: url(../gfx/arrows/glass.gif);
   display: none;
}
span#arrowTextiles {
   background-image: url(../gfx/arrows/textiles.gif);
   display: none;
}
span#arrowPhotography {
   background-image: url(../gfx/arrows/photography.gif);
   display: none;
}
