#container
{
	margin:auto;
	width:317px;
	position:absolute;
	height:398px;
	left:595px;
	/*this is just to make it sit further down the browser, you don't need this*/
	top:90px;
}


.slideshow-item
{
	height:398px;
	overflow:hidden;
	position:absolute;
	width:317px;
}

/*styling to ensure all content is displayed if JS is disabled, this class is removed by JS onDomReady*/
.noscript .slideshow-item
{
	position:relative;
}

.slideshow-item .slideshow-text
{
	position:absolute;
	bottom:0px;
	left:0px;
	color:#ffffff;
	background-color:#000000;
	width:317px;
	height:385px;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	z-index:1000;
}

.slideshow-item img
{
	float:left;
}