

.simpleSlideShow img {
	display : none;
}
.simpleSlideShowWrapper {
	margin : 0 auto;
	position : relative;
}
.simpleSlideShowWrapper img {
	position : absolute;
	left : 0;
	top : 0;
}

.simpleSlideShow02 img {
	display : none;
}
.simpleSlideShow02Wrapper {
	margin : 0 auto;
	position : relative;
}
.simpleSlideShow02Wrapper img {
	position : absolute;
	left : 0;
	top : 0;
}
