/*Featured Post Slide Show*/
#featured_posts {
height:400px;
width: 940px;
margin: 0 auto;
padding: 0px;
}

#featured_posts h3{
font-weight: bolder;
font-size: 18px;
width:300px;
line-height: 46px;
position:absolute; 
bottom: 40px;
left: 635px;
}
.ie7 #featured_posts h3 {left: 0px;}
.ie6 #featured_posts h3 {left: 0px;}

#featured_posts ul{
list-style-type: none;
}

ul.slides li {float:left; padding: 0px;}
.slide_cont {float: left; margin-left: -39px; z-index: 1; /* set this to have the superfish menu drop down nicely OVER the image*/ height: 400px; width: 940px; /* height and width requested to avoid jumpy fade effect on IE7/8 */}
ul.slides {width: 100%;}
.ie6 ul.slides {width: 90%; }/***-------*****/
.slide_cont ul li h3 a, .slide_cont ul li h3 a:hover{
color:#fff;
}


#featured_posts h1, #featured_posts h2, #featured_posts h3, #featured_posts h4, #featured_posts h5, #featured_posts h6{
display: none;
}

.clear {
clear:both;
}
#nav { width: 120px; height: 10px; position: absolute; top: 420px; left: 440px; }
#nav a { display: block; width: 10px; height: 10px; float: left; margin: 0 10px 0 0; text-indent: -9999px; background: url(images/slidenav.png) no-repeat 0 0; }
#nav a:hover, #nav a.activeSlide { background-position: 0 -15px; }
