/*
 * RSSPhoto Slideshow Display CSS
 */
#rssphoto_slideshow 
{
  position: relative;
  margin:auto;
}

#rssphoto_slideshow div 
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -moz-opacity:0.0; filter:alpha(opacity=0); opacity:0.0;
  text-align: center;
}

#rssphoto_slideshow div.active 
{
  z-index: 102;
  -moz-opacity:1.0; filter:alpha(opacity=100); opacity:1.0;
}

#rssphoto_slideshow div.last-active 
{
  z-index: 101;
}

#rssphoto_slideshow div a:hover
{
  border: none;
  text-decoration: none;
  background-color: none;
}

#rssphoto_slideshow div img
{
  border: solid black 1px;
  text-decoration: none;
}


/*
 * RSSPhoto Static Display CSS
 */
#rssphoto_static
{
  position: relative;
  margin:auto;
}

#rssphoto_static div
{
  -moz-opacity:0.0; filter:alpha(opacity=0); opacity:0.0;
  text-align: center;
}

#rssphoto_static div a:hover
{
  border: none;
  text-decoration: none;
  background-color: #fff;
}

#rssphoto_static div img
{
  border: solid black 1px;
  text-decoration: none;
}
