#slideshow
{
	color: #fff;
	list-style: none;
}

#slideshow span
{
	display: none;
}

#wrapper
{
	display: none;
	margin: 10px auto;
	width: 500px;
}

#wrapper *
{
	margin: 0;
	padding: 0;
}

#fullsize
{
	background: #000;
	border: 1px solid #ccc;
	position: relative;
	width: 500px;
	height: 300px;
}

#information
{
	background: #000;
	color: #fff;
	overflow: hidden;
	opacity: .7;
	filter: alpha(opacity=70);
	position: absolute;
	bottom: 0;
	z-index: 200;
	width: 500px;
	height: 0;
}

#information h3
{
	color: #fff;
	font-size: 20px;
	margin: 0;
	padding: 10px;
	text-align: center;
}

#information p
{
	font-size: 1px;
	margin: 0;
	padding: 0;
	height: 1px;
}

#image
{
	width: 500px;
}

#image img
{
	position: absolute;
	z-index: 25;
	width: auto;
}

.imgnav
{
	cursor: pointer;
	position: absolute;
	z-index: 150;
	width: 25%;
	height: 300px;
}

#imgprev
{
	background: url(../../images/tinyss/left.gif) left center no-repeat;
	left: 0;
}

#imgnext
{
	background: url(../../images/tinyss/right.gif) right center no-repeat;
	right: 0;
}

#imglink
{
	background: url(../../images/blank.gif) repeat;
	opacity: .4;
	filter: alpha(opacity=40);
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 300px;
}

.linkhover
{
	background: url(../../images/tinyss/link.gif) center center no-repeat !important;
}