
/* set the width of image slideshow */
#imageContainerOne {
	height:295px;
	width: 587px;
	overflow: hidden;
	background: #30247c;
}

#imageContainerOne img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
	margin-top: 0px;

}

#imageContainerTwo {
	height:190px;
	width: 273px;
	overflow: hidden;
}

#imageContainerTwo img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
	margin-top: 0px;
}

#imageContainerThree {
	height:190px;
	width: 273px;
	overflow: hidden;
}

#imageContainerThree img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
	margin-top: 0px;
}