/* Contains: CSS for slide show components */

#slideshowBig 
{
	position: relative;
	height: 150px;
	width: 830px;
	margin-left:10px;
	margin-top: 10px;
}

#slideshowBig DIV 
{
	 position: absolute;
	 top: 0px; 
	 left: 0px; 
}



img {border:none;}




