#presentation
{
  height                : 290px;
  width                 : 700px;
  position              : relative;
  float                 : left;
}

#ufoslideshow
{
  height                : 290px;
  width                 : 700px;
  position              : relative;
}

#ufoslideshow .ufoslidecomponent
{
  position              : absolute;
  height                : 290px;
  width                 : 700px;
  top                   : 0px;
  left                  : 0px;
  display               : none;
}

#ufoslideshow .ufoslidecomponent img
{
  height                : 290px;
  width                 : 700px;
}

#ufoslideshowprogressbar
{
  position              : absolute;
  bottom                : 15px;
  left                  : 145px;
  height                : 5px;
  width                 : 0px;
  background            : url('../graphics/progressbaroverlay.png');
}

#ufoslideshowprogressbarback
{
  position              : absolute;
  bottom                : 15px;
  left                  : 145px;
  height                : 5px;
  width                 : 410px;
  background            : url('../graphics/progressbar.png');
}

#ufoslideshowbullets
{
  position              : absolute;
  top                   : 10px;
  left                  : 10px;
  height                : 15px;
  width                 : 100px;  
}

#ufoslideshowbullets .bullet, #ufoslideshowbullets .bullet2
{
  width                 : 15px;
  height                : 15px;
  background-image      : url('../graphics/bullet.png');
  float                 : left;
  margin-right          : 3px;
  text-align            : center;
  font                  : 10px arial, helvetica, sans-serif;
  line-height           : 15px;
  color                 : #ffffff;
  cursor                : pointer;
}

#ufoslideshowbullets .bullet2
{
  background-position   : 0px -15px;
}

#ufoslideshowbullets .bullet:hover
{
  color                 : #ccff00;
}
