
/* set the width of image slideshow */
#imageContainerHeader {
	width: 440px;
	height: 157px;
	overflow: hidden;
}

#imageContainerHeader img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
	margin-left: 0px;
	margin-top: 0px
}
