/* Start of CMSMS style sheet 'slideshow' */
#slideshow {
position: relative;
top: 120px;
width: 850px !important; 			/* ---- breedte voor IE ---- */
height: 195px !important; 			/* ---- hoogte voor IE ---- */
list-style:none;
}

#slideshow li {						/* ---- positioneren van slides ---- */
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
opacity: 0.0;
filter: alpha(opacity=0);
text-align: center;
}

#slideshow li.active_slide {
z-index: 102;
opacity: 1.0;
filter: alpha(opacity=100);
}

#slideshow li.last_active_slide {
z-index: 101;
}

/* End of 'slideshow' */

