/* set the width of image slideshow */
#imageOneContainer {
	height: 302px;
	width: 100%;
	overflow: hidden;
}

#imageOneContainer img {
	display:none;
	position:absolute;
	top: 0px; 
	left: 0px;
	margin-left: 0px;
	margin-top: 0px
}

/* set the width of image slideshow */
#imageTwoContainer {
	height: 302px;
	width: 100%;
	overflow: hidden;
}

#imageTwoContainer img {
	display:none;
	position:absolute;
	top: 0px; 
	left: 0px;
	margin-left: 0px;
	margin-top: 0px
}

/* set the width of image slideshow */
#imageThreeContainer {
	height: 302px;
	width: 100%;
	overflow: hidden;
}

#imageThreeContainer img {
	display:none;
	position:absolute;
	top: 0px; 
	left: 0px;
	margin-left: 0px;
	margin-top: 0px
}

/* set the width of image slideshow FOR THE RANDOM IMAGE GENERATOR TAG*/
#imageFourContainer {
	height: 237px;
	width: 100%;
	overflow: hidden;
}

#imageFourContainer img {
	display:none;
	position:absolute;
	top: 0px; 
	left: 0px;
	margin-left: 0px;
	margin-top: 0px
}