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

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

.slideshow-item
{
	height:235px;
	overflow:hidden;
	width:699px;
	position:absolute;
	padding-left:2px;
	top:0px;
	
}

/*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 img
{
    
	/*float:left;*/
	/*padding-right:8px;*/
}


.greybg{background: #EFEFEF;}


