@charset "utf-8"

.simpleSlideShow img {
display : none;
}
.simpleSlideShowWrapper {
margin : 0 auto;
position : relative;
}
.simpleSlideShowWrapper img {
position : absolute;
left : 0;
top : 0;
}
.simpleSlideShowNav ul li {
cursor : pointer;
}

.simpleSlideShowCaption {
display : none;
}