@charset "ISO-8859-1";
/* CSS Document */

#slideshow {
    position:relative;
    height:251;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 251;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 250;
    display: block;
    border: 0;
}
#contenidor_projecte_text {
	margin-left:25px;
	margin-top:400px;
	position: absolute;
	width: 500px;
	color: #FFFFFF;
	z-index: 2;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
  }
