
#topFeature {
background:#0E0D10 url(/global/images/misc/topper_bg.png) repeat-x scroll center top;
padding-bottom:35px;
}

#topFeature #photoFader{
background:transparent url(/global/images/misc/photoFader_bg.png) no-repeat scroll left top;
float:left;
display: inline;
height:259px;
margin:7px 20px 0;
width:474px
}

#topFeature #featureText{
color:#A5CAEF;
display:inline;
float:right;
font-size:1.1em;
margin:auto;
padding:75px 0 20px;
text-align:left;
width:425px;
}


/* homepageSlideshow */

#topFeature #photoFader #homepageSlideshow {

margin:14px 0 0 14px;
padding:0 0 0;
position:relative;
}
#topFeature #photoFader #homepageSlideshow img {
left:0;
opacity:0;
position:absolute;
top:0;
z-index:8;
}
#topFeature #photoFader #homepageSlideshow img.active {
opacity:1;
z-index:10;
}
#topFeature #photoFader #homepageSlideshow img.last-active {
z-index:9;
}

