﻿#slideshow
{
	width: 672px;
	height: 433px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#slideshowContent
{
	width: 672px;
	position: absolute;
	top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	overflow: hidden;
}

.slideshowImage
{
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
	width: 672px;
	height: 433px;
	border: none;
}
.slideshowImage img
{
	width: 672px;
	border: none;
}

.slideshowImage span
{
	position: absolute;
	font: 10pt Arial, Helvetica, sans-serif;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	display: none;
}

.slideshowImage span.none
{
	left: 0;
	padding: 0;
	width: 0px;
	height: 0px;
	bottom: 0;
}

.slideshowImage span.bottom
{
	left: 0;
	padding: 10px 13px;
	width: 606px;
	height: 75px;
	background-color: #000;
	color: #fff;
	bottom: 0;
}

.slideshowImage span.right
{
	right: 0;
	padding: 20px 13px;
	width: 150px;
	height: 400px;
	background-color: #000;
	color: #FFF;
	top: 0;
}

.slideshowImage span.top
{
	left: 0;
	padding: 10px 13px;
	width: 606px;
	height: 75px;
	background-color: #000;
	color: #fff;
	top: 0;
}
.slideshowImage span.tall
{
	height: 100px;
}
.slideshowImage span.light
{
	background-color: #FFF;
	color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.clear
{
	clear: both;
}
