#imageContainer
{
	position: relative;
	margin: auto;
}
#imageContainer ul {padding:0; margin:0; }

#imageContainer li {padding:0; margin:0; position:absolute;height:350px;width:980px;}
/*styles unrelated to the application follow

h1 {
position:relative;
font:1em verdana;
}
*/
/*CUSTOMISE*/
#imageContainer
{
	height: 350px;
	width: 980px;
}
#imageContainer a
{
	display: none;
	left: 0;
	position: absolute;
	top: 0px;
	width:980px; height:340px;
}



