#topFeature {
background:#131516 url(/global/images/misc/topper_bg.png) no-repeat scroll center bottom;
height:275px;
}

#topFeature #photoFader{
background:transparent url(/global/images/misc/photoFader_bg.png) no-repeat scroll left top;
float:left;
display: inline;
height:275px;
margin:7px 20px 0;
width:434px
}

#topFeature #featureText{

color:#E7ECF2;
display:inline;
float:right;
font-size:1.1em;
margin:auto;
padding:25px 20px 20px;
text-align:center;
width:425px;
}

#topFeature .wrapper #featureText div.green{
color:#89C81A;
padding-bottom: 25px;
}


#topFeature .wrapper #featureTextInfo{
color:#E7ECF2;
font-size:0.8em;
margin:auto;
padding-top:25px;
text-align:center;
width:425px;
background:transparent url(/global/images/misc/slice_bg.png) no-repeat scroll center top;
}

/* homepageSlideshow */

#topFeature #photoFader #homepageSlideshow {
margin:30px 0 0 28px;
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;
}

#copFeature #photoFader{
background:transparent;
float:left;
display: inline;
}
#conFeature #photoFader #homepageSlideshow {
margin:5px 0 0 5px;
padding:0 0 0;
position:relative;
}
#conFeature #photoFader #homepageSlideshow img {
left:0;
opacity:0;
position:absolute;
top:0;
z-index:8;
}
#conFeature #photoFader #homepageSlideshow img.active {
opacity:1;
z-index:10;
}
#conFeature #photoFader #homepageSlideshow img.last-active {
z-index:9;
}

