*
{
	margin: 0;
	padding: 0;
}

#imageContainer
{
	overflow: hidden;
	margin:0;
	padding:0 0 0 0px;
	position: relative;
	float:left;
	width:800px;
	height:108px;
	z-index:0;	
}

#imageContainer img
{
	width:800px;
	height:108px;
	z-index:0;
	position:absolute;top:0;left:0px;
	margin-left:0px;	
}

/* html #imageContainer,*html  */

#imageContainer img
{
width:800px;
}



