@charset "UTF-8";
/* CSS Document */

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