/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.faderHolder                           { width: 750px; height: 210px; position: relative; margin: 0; }
.anythingFader                         { width: 750px; height: 210px; position: relative; margin: 0; }
.anythingFader .wrapper1                { width: 740px; overflow: auto; height: 200px; margin: 0; position: absolute; top: 0; left: 0; z-index:1; }

                                        /* Width below is max for Opera */
.anythingFader .wrapper1 ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingFader .wrapper1 ul li          { display: block; float: left; padding: 0; height: 177px; width: 740px; margin: 0; }

#start-stop                             { z-index: 10; background: url(../images/play.jpg) no-repeat; width: 21px; height: 21px; position: absolute; right: 7px; top: 180px; }
#start-stop.playing                     { background: url(../images/pause.jpg) no-repeat; }



/*
  Prevents
*/
.anythingFader .wrapper1 ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingFader .wrapper1 ul ul li       { float: none; height: auto; width: auto; background: none; }


.anythingFader{
background:url(../images/featured-bg.jpg) no-repeat;
width: 750px;
}
.corner2{
	position: absolute;
	top: 0;
	left: 661px;
	/*top: 171px;
	left: 949px;*/
	z-index: 100;
}
.anythingFader .arrow{display: none;}
.slideImage, .slideText{float: left;}
.slideImage{
	width: 260px;
	margin: 6px 0 0 2px;
	z-index:1;
}
.slideText{
	width: 450px;
	overflow: hidden;
	margin: 6px 0 0 2px;
	z-index:1;
}
.slideText h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #31376e;
	margin: 20px 0 10px 0;
}
.slideText h3 a{
	color: #31376e;
	text-decoration: none;
}
.featReadMore a{
	color: #cc4242;
}
#thumbNav                               { position: relative; top: 183px; left: 2px; width: 253px; height: 20px; z-index:100; }
#thumbNav ul							{ margin: 0 0 0 5px;}  	
#thumbNav li                            { display: inline; }
#thumbNav a                             { background:url(../images/featured.jpg) no-repeat; color: 31376e; display: inline-block; padding: 2px 8px; height: 6px; margin: 5px 0 0 5px; text-align: center; overflow: hidden;}
#thumbNav a:hover                       { background-position: 0 -10px; }
#thumbNav a.cur                         { background-position: 0 -20px; }
