/*  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/
 *
 *------------------------------------------------------------------------------------*/
* {
	
}
#timer {
	float:left;
	clear:none;
}
.slideshow {
	width: 645px;
	height: 450px;
	overflow: auto;
	position: relative;
	float:left !important;
}

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

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

.slideshow-nav {
	float:left;
	width: 645px;
	position: relative;
	margin:0;
	top:-5px;
}
.slideshow-nav small {
	color:#8a7873;
}

.slideshow-description {
	display: block;
	background: #e1d3bc;
	color: #453c39;
	padding: 10px 15px;
	font-size: 11px;
	margin:0;
}

.slideshow-next-prev {
	text-align: right;
}

.slideshow-prev, .slideshow-next {
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin: 5px;
}

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

/* Gallery Styles */
/* Slideshow styles in slideshow.css */

.gallery-list-wrapper {
	width:250px;
	float:right;
}
#gallery-wrapper {
	width:645px;
}
.gallery-list {
	margin:5px 0 0 0;
	padding:15px 25px ;
	background-color:#f2e9d3;
	border-top:2px solid #e1d3bc;
	min-height:230px;
	height:auto !important;
	height:230px;
}

.gallery-list h3{
	text-transform:uppercase;
	font-size:16px;
	margin:0;
}

.gallery-list ul {
	margin:5px 0 0 18px;
	padding:0;
	list-style:none;
}
.gallery-list ul li {
	margin:0 0 4px 0;
	padding:0;
	text-transform:uppercase;
}
.gallery-list ul li a{
	text-decoration:none;
	}
.gallery-list ul li .disabled {
	cursor:default;
	color:#919191 !important;
	font-style:italic;
	text-transform:none;
}
.slideshow-title {
	display:block;
	width:85%;
	float:left;
	font:bold 16px "Times New Roman", Times, serif;
	
}
.slideshow-imagecount {
	display:block;
	width:15%;
	float:right;
	font-size:11px;
	text-align:right;
	color:#8a7873;
}