/* Mega Document css */
#mega_slideshow {
	border: 1px #ccc solid;
	overflow: hidden;
    position:relative;
    height:350px;
}
#mega_slideshow IMG {
    position:absolute;
    top:0px;
    left:0px;
    z-index:8;
    opacity:0.0;
}
#mega_slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#mega_slideshow IMG.last-active {
    z-index:9;
}
div.mega_scrollable{
}