

/*============ SLIDESHOW*   ===========*/
.slideshow {

    position:absolute;;
    height:380px;
	float:left;
}

.slideshow DIV {
	position:absolute;
	float:left;
	top:0px;
	left:0px;
	/*z-index:8;*/
	opacity:0.0;
	height: 380px;
	background-color: #FFF;
}

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

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

.slideshow DIV IMG {
    height: 380px;
	width:920px;
    display: block;
    border: 0;
    margin-bottom:0px;
}

/*
@media only screen and (max-width: 1004px) {


}*/
