
/* IE6*/*:first-child+html .clearfix{zoom: 1;}
/*------------------------------------------------*//*--------------[FEATURED SLIDER]-----------------*//*------------------------------------------------*/
.container{text-align: left;margin: 0 auto;width: 1002px;position: relative;}
#featured{overflow: hidden;height: 403px;position: relative;}
#featured .slide{position: absolute;z-index: 1;background: url(../images/slide-bg.png) no-repeat;padding: 6px 6px 25px;}
#featured .active{z-index: 2;background: url(../images/active-slide-bg.png) no-repeat;padding: 6px 6px 25px;}
#slider-left-overlay, #slider-right-overlay{position: absolute;top: 60px;height: 263px;z-index: 3;}
#slider-left-overlay{background: url(../images/slider-left-overlay.png) no-repeat;width: 169px;left: 0;}
#slider-right-overlay{background: url(../images/slider-right-overlay.png) no-repeat;width: 171px;right: 0;}
#featured .description{display: none;background: url(../images/featured-description-bg.png) no-repeat;position: absolute;bottom: 25px;left: 6px;width: 500px;height: 38px;padding: 18px 7px 0 15px;font-size: 24px;}
#featured .description, #featured .description h2{color: #fff;text-shadow: 1px 1px 1px rgba(0,0,0,0.4);}
#featured .additional{display: none;background: url(../images/featured-hover-overlay.png);position: absolute;top: 6px;left: 6px;width: 500px;height: 334px;}
#featured .active .description{display: block;}
#featured a.prevslide, #featured a.nextslide{display: block;width: 30px;height: 40px;position: absolute;top: 154px;text-indent: -9999px;}
#featured a.prevslide{background: url(../images/featured-left-arrow.png) no-repeat;left: 29px;}
#featured a.nextslide{background: url(../images/featured-right-arrow.png) no-repeat;right: 30px;}
#featured a.featured-zoom, #featured a.featured-more{display: block;width: 40px;height: 43px;position: absolute;text-indent: -9999px;top: 150px;}
#featured a.featured-zoom{background: url(../images/featured-zoom.png) no-repeat;left: 211px;}
#featured a.featured-more{background: url(../images/featured-more.png) no-repeat;left: 263px;}