/*  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: 594px;
	height: 887px;
	overflow: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}

.slideshow ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 60000px;
	height: 887px !important; 
	position: absolute;
	top: 0;
	left: 0;
}

.slideshow ul li {
	float: left !important;
	width: 594px;
	height: 887px;
	margin-right: 10px;
}

.slideshow-nav {
	width: 594px;
	margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
	top: 400px;
	}

.slideshow-description {
	background: #f1f1f1;
	color: #4d4d4d;
	padding-top: 5px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.7em;
	}
	
.slideshow-next-prev {
	width: 594px;
	position: absolute;
	margin-left: auto;
    margin-right: auto;
    top: 400px;
	}

.bg	{	
	background-color: #f1f1f1;
	padding: 2px;
	width: 65px;
	}

.slideshow-prev, .slideshow-next {
	font-size: 20px;
	color: black;
	text-decoration: none;
	margin: 10px;
}

.slideshow-play-stop {
	float: left;
}

.slideshow-play, .slideshow-stop {
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin: 5px;
}

.slideshow-play-only .slideshow-stop {
	display: none;
}

.slideshow-stop-only .slideshow-play {
	display: none;
}