@charset "UTF-8";

/*

 Written by :  <a href="http://jonraasch.com/blog/">Jon Raasch</a>

*/



/*** set the width and height to match your images **/



#top_img {
	width: 100%;
height: 465px;
	overflow: hidden;
	background-color: #ecf2f0;
 margin:80px auto 0 auto;
}



#slideshow {
    position:relative;
   width: 100%;

    

}

#slideshow img {
    position:absolute;
    	width: 960px;
 
 top:0;
    z-index:8;
    opacity:0.0;
 left: 0;
  right: 0;
  margin: auto;

   
}

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

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

#catch {
	position: absolute;
	top: 35px;
	left: 82px;
	z-index: 100;
}
