#slideshow {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 0px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

#slideshow IMG {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 300px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
    z-index:8;
    opacity:0.0;
}

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

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

.name{
position: fixed;
top: 50%;
left: 50%;
margin-top: -240px;
margin-left: -440px;
height: 475px;
width: 875px;
background-repeat:no-repeat;
z-index:15;
}

.name:hover {
        zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.8;
        -webkit-transition: opacity .15s ease-in-out;
        -moz-transition: opacity .15s ease-in-out;
        -ms-transition: opacity .15s ease-in-out;
        -o-transition: opacity .15s ease-in-out;
        transition: opacity .15s ease-in-out;
    }


.linkFader{ 
background-size: 100%; 
}