#feature-block							{ position:relative; height:458px; }                                    
                                       
.slide01								{ background: url(../img/feature-block-bkg-01.jpg) top left no-repeat; width: 950px; height:458px; position:relative; }
.slide02								{ background: url(../img/feature-block-bkg-02.jpg) top left no-repeat; width: 950px; height:458px; position:relative; }
.slide03								{ background: url(../img/feature-block-bkg-03.jpg) top left no-repeat; width: 950px; height:458px; position:relative; }

#featured-links							{ position: absolute; top: 384px; left:0px; background:url(../img/feature-link-bkg.png) repeat-x top; height:75px; display:block; width:100%; }
#featured-links ul						{ list-style: none; margin:0; padding:30px 0 0 250px;  }
#featured-links ul li					{ display: inline; float:left;  margin: 0 65px 0 0; }
#featured-links ul li a					{ display: block;  color:#333; font-size:14px; font-weight:bold; text-decoration:none; line-height:1; background:url(../img/icon/link-arrow.png) no-repeat right 19px; padding:0 10px 0 0;}
#featured-links ul li a:hover			{ color: #f60; }

.feature-copy							{ width: 280px; background-color: #ccc; padding: 20px; margin:50px 0 0 10px; float:left;}
.feature-copy h2						{ color: #333; font-size:18px; line-height:1; font-weight:bold; margin: 0 0 18px 0;}
.feature-copy h2 span					{ display: block; color:#fff;}
.feature-copy a							{ color: #333; text-decoration:none; font-weight: bold; background:url(../img/icon/link-arrow.png) no-repeat right 4px; padding:0 10px 0 0;}
.feature-copy a:hover					{ color: #f60; }


.anythingSlider                         { width: 950px; height: 458px; position: relative; margin: 0; }
.anythingSlider .wrapper                { width: 950px; overflow: auto; height: 458px; margin: 0; position: absolute; top: 0; left: 0; }
                                       
                                         /* Width below is max for Opera */                                     
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; padding:0 }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 458px; width: 950px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 46px; text-align: right; margin: 0 2px 0 0; }
#thumbNav a                             { color: #333; font: 11px/18px helvetica; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #ccc; text-align: center;  }
#thumbNav a:hover                       { background-color: #fff; text-decoration: none; }
#thumbNav a.cur                         { background: #fff; }

#start-stop                             { display:none; }
#start-stop.playing                     { display:none; }
#start-stop:hover                       { display:none; }

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