/*
    RSSPhoto Slideshow Display CSS

    Copyright 2009 Spencer Kellis (email : spencerkellis *AT* gmail)

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
*/

.rssphoto_item_title
{
  font-weight:bold;
  top:0px;
  left:0px;
  width:100%;
  margin:auto;
  margin-top:0px;
  margin-bottom:0px;
  padding-top:2px;
  padding-bottom:2px;
}

.rssphoto_slideshow 
{
  position: relative;
  margin:auto;
}

.rssphoto_slideshow div.item
{
  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: transparent;
}

.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: transparent;
}

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

.clear
{
  clear:both;
  line-height:0px;
  height:0;
  font-size:1px;
}

.clear:after
{
  content: " ";
}
