/*  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: 400px; height: 280px; overflow: auto; position: relative;}

.slideshow ul 	{list-style-type: none; margin: 0; padding: 0; width: 4000px; position: absolute; top: 0px; left: 0px;}

.slideshow ul li {float: left; margin-right: 10px;}

.slideshow-nav 	{width: 400px; position: relative; float: left;}

.slideshow-description 	{display: block; background: #d1d4d3;color:#333333; padding: 5px;font-size: 11px; width: 390px;}

.slideshow-next-prev 	{text-align: right;}

.slideshow-prev, .slideshow-next, .slideshow-play, .slideshow-stop
				{font-size: 10px;font-weight: bold;text-decoration: none;margin: 5px;}

.slideshow-play-stop 	{float: left;}

.slideshow-play-only .slideshow-stop, .slideshow-stop-only .slideshow-play {display: none;}

