
body
{
	background-color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#container-slide
{

	width:640px;
	position:relative;
	height:430px;

}

.slideshow-item
{
	height:430px;
	overflow:hidden;
	width:auto;
	position:absolute;
	top:0px;
	width:640px;
}

/*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
{
	padding:8px;
	position:absolute;
	bottom:0px;
	left:0px;
	color:#ffffff;
	background-color:#000000;
	width:640px;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	z-index:1000;
}

.slideshow-item img
{
	float:left;
	padding-right:8px;
}
