html, body
{
   width:100%;
   height:100%;
   font-family:Arial;
}

html
{
}

body
{
   min-width:1000px;
}

#flash-top-container
{
   top:0;
   left:0;
   position:relative;
   z-index:2000;
   height:355px;
   overflow:hidden;
}

#flash-top
{
}

#flash-bottom-container
{
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   min-height:700px;
   _height:700px;
   z-index:1;
   overflow:hidden;
   overflow-x:auto;
}

#flash-bottom
{
   z-index:2;
   padding-left:23px;
   padding-top:355px;
   width:10000px;
   position:relative;
}

#flash-bottom-overlay, #white-overlay
{
   position:absolute;
   top:355px;
   left:0;
   width:23px;
   height:325px;
   background:white;
   z-index:10;
}

#flash-bottom img
{
   display:block;
   float:left;
   margin-right:10px;
}

#flash-bottom img.last
{
   margin-right:0;
}

#flash-bottom .project
{
   border-top:1px solid #41403B;
   float:left;
   margin-right:10px;
}
