/*
Plugin Name: Anyfeed Slideshow
Plugin URI: http://tixen.net/projects/anyfeed-slideshow/
Description: A quick and easy XML/RSS/ATOM fed jQuery slideshow engine.
Version: 1.0.6
Author: Soleil Golden
Author URI: http://tixen.net/
License: GPL 2.0

	Copyright 2010,  Soleil Golden  (email : soleil@tixen.net)
	
	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License, version 2, as 
	published by the Free Software Foundation.
	
	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
*/

#anyfeed_slideshow_main{
	position: relative;	
	overflow: hidden;
	cursor: pointer;
}

div.anyfeed_error{
	font-size: 12px;
}

#anyfeed_slideshow_loading{
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0px;
	right: 0px;
	font-family: Century Gothic, sans-serif;
	font-size: 25px;
	text-align: center;
	z-index: 50;	
	
}

#anyfeed_slideshow_main div.anyfeed_navigation {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	width: 30px;
	height: 28px;
	z-index: 50;
	display: none;
	}#anyfeed_slideshow_main div.anyfeed_slide_prev {
		left: 3px;
		background-image: url('arrows.png');
		background-repeat: no-repeat;
		background-position: 0 0;
	}#anyfeed_slideshow_main div.anyfeed_slide_next {
		left: 100%;
		margin-left: -33px;
		background-image: url('arrows.png');
		background-repeat: no-repeat;
		background-position: 0 -28px;
}

#anyfeed_slideshow_main div.anyfeed_photo {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	background-position: top center;
	background-repeat: no-repeat;
	display: none;
	z-index: 10;
}

#anyfeed_slideshow_main div.anyfeed_titlebar {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 5%;
	height: 24px;
	padding: 13px;
	overflow: hidden;
	vertical-align: middle;
	background: url('darkbg.png');
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
	display: none;
	z-index: 15;
}
