#image 
{
	width:550px;
	height:300px;
}
#wrapper 
{
	width:607px;
	height:361px;
	background-image:url(images/ss_Background.jpg);
	background-position:left top; 
	background-repeat:no-repeat;
	display:none;
}
#information 
{
	position:absolute;
	bottom:0;
	width:550px;
	height:0;
	background:#000;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=60);
}

#fullsize 
{
	position:relative;
	width:550px;
	height:300px;
	top:30px;
	left:28px;
}

#slideshow 
{
	list-style:none;
	color:#fff
}
#slideshow span 
{
	display:none
}
#wrapper * 
{
	margin:0;
	padding:0
}
#information h3 
{
	padding:4px 8px 3px;
	font-size:14px
}
#information p 
{
	padding:0 8px 8px
}
#image img 
{
	position:absolute;
	z-index:25;
	width:auto
}
.imgnav 
{
	position:absolute;
	width:70px;
	height:306px;
	cursor:pointer;
	z-index:150; 
}
#imgprev 
{
	left:-28px;
	background-image:url(images/left.png);
	background-position:left center; 
	background-repeat: no-repeat;
}
#imgnext 
{
	right:-28px;
	background-image:url(images/right.png);
	background-position:right center; 
	background-repeat: no-repeat;
}


