
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
    width: 320px;
}

#slideshow ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 1%; /* IE fix */
}

#slideshow ul:after {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
    overflow: hidden;
    width: 300px;
    /*  background-image: url('../images/bacgroundSlideShow.png');
    background-repeat: repeat-x;*/
}

#slideshow .slides ul {
    width: 5000px;

}

#slideshow .slides li {
    width: 300px;
    float: left;
}

#slideshow .slides h2 {
    margin-top: 0;
}
