@charset "UTF-8";
/* CSS Document */
/*
================================================================================================================
BANNER
===============================================================================================================
*/
#homepageImages {
width:863px;
margin:0 0px 0 0px;

}

#slideshow {
    position:relative;
    height:431px;
	width:863px;

	
}

#slideshow IMG {
     position:absolute;
    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;
}
#intro {
width:960px;
border-bottom:1px solid #afafaf;
	
}
#recentWork {
margin:30px 0 0 0;



}
