/*
*/
.imageSlideshowHolder {
	MARGIN: 0px; 
	WIDTH: 450px; 
	HEIGHT: 450px;
	POSITION: relative; 
}
.imageSlideshowHolder IMG {
	LEFT: 0px; 
	POSITION: absolute; 
	TOP: 0px;
}

