/* CSS Document */
/*** set the width and height to match your images **/

.slideshow {
    position:inherit;
    height:230px;
}

.slideshow .slideitem {
    position:inherit;
    z-index:8;
    display:none;
}

.slideshow .active {
    z-index:10;
 	display:block;
}
