@charset "utf-8"

.simpleSlideShow img {
	display : none;
	vertical-align: bottom;
}
.simpleSlideShowWrapper {
	margin : 0 auto;
	position : relative;

}
.simpleSlideShowWrapper img {
	position : absolute;
	left : 0;
	top : 100px;

}
