/*  slideshow.css, version 0.3
 *  (c) Copyright 2007 Nathan Herald
 *
 *  slideshow.js is freely distributable under the terms of the GPL 2.0
 *  For details, see the slideshow.js web site: http://code.google.com/p/slideshow-js/
 *
 *------------------------------------------------------------------------------------*/

.slideshow {
	width: 568px;
	position: relative;
	padding-bottom:10px;
	background-color:#000000;
	height:310px; 
	overflow:hidden;
}

.slideshow ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 60000px;
	position: absolute;
	top: 0;
	left: 0;
	background-color:#000000;
}

.slideshow ul li {
	float: left;
	margin-right: 5px;
}

.slideshow-nav {
	width: 548px;
	position: relative;
	font: 11px Arial, sans-serif;
	color: #fff;
	padding: 10px 20px 10px 0; 
	border-bottom: solid 0px #ff0072; 
}

.slideshow-description {
	font: Arial, sans-serif; 
	display: block;
	padding:5px 0 5px 10px;
	width: 800px;
}

.slideshow-next-prev {
	text-align: right;
	font: 11px Arial, sans-serif;
	color: #FFF;
	margin-top: -23px;
}

.slideshow-prev, .slideshow-next {
	font: 11px Arial, sans-serif;
	text-decoration: none;
	margin: 0 0 0 10px;
}

.slideshow-play-stop {
	float: left;
}

.slideshow-play, .slideshow-stop {
	display: none;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 5px;
}

.slideshow-play-only .slideshow-stop {
	display: none;
}

.slideshow-stop-only .slideshow-play {
	display: none;
}
