#slideshow {
    position:relative;
    height:220px;
}

#slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow div.active {
    z-index:10;
    opacity:1.0;
}

#slideshow div.last-active {
    z-index:9;
}

#slideshow .descin{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%;
    display: block;
    height: 50px;
    z-index: 11;
    opacity:0.7;
    background-color: #000;
    margin-top:310px;

}

#slideshow div.t {
    padding: 10px;
	color: #fff;
	opacity:1.0;
    z-index: 12;

}