/* CSS Document */
#container
{
	margin:0px;
	width:970px;
	height:215px;
	position: relative;

	
	/*this is just to make it sit further down the browser, you don't need this*/
	
}

.slideshow-item
{
	height:215px;
	overflow:hidden;
	width:970;
	position:absolute;
	top:0px;
	width:970px;
}

/*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:1000px;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	/*z-index:1000;*/
	
}

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


.greybg{background: #EFEFEF;}

