﻿.simpleSlideshow
{
    overflow: hidden;
}
.simpleSlideshow ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    position:relative;
}
.simpleSlideshow li
{
    position:absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}
.simpleSlideshow li .description, .simpleSlideshow li .title
{
    display: none;
}