body
{
   background: white; 
}

#tinyjet
{
   width: 120px;
   height: 42px;
   background-image: url(http://intranet.kukucka.org/allen_html/fcj/firecatjet.com/Images/Grafx/VeryTinyJet,%20R.gif);
}

#leftmenu
{
   width: 120px;
   height: 300px; /* for testing */
   background: yellow;
   font-weight: bold;
}


#gallery
{
   position: absolute;
   width: 680px; /* 4 thumbs wide */
   height: 190px;
   left: 300px;
   top: 120px;
}

#prevbutton
{
   position: absolute;
   bottom: 0;
   left: 200px;
}

#nextbutton
{
   position: absolute;
   bottom: 0;
   right: 200px;
}

#position_info
{
   position: absolute;
   bottom: 0;
   left: 250px;
}

