/*
    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/
*/
#sliderWrapper { display: block; padding-top: 20px; clear: both; }
.anythingSlider { width: 640px; height: 240px; position: relative; margin: 0 auto; display: block; }
.anythingSlider .wrapper { width: 560px; overflow: auto; height: 240px; margin: -15px 40px 0 40px; background: url(../images/background.png) top center; 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; margin: 0; }
.anythingSlider .wrapper ul li { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0; }
.anythingSlider .arrow { display: none; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -200px; cursor: pointer; }
.anythingSlider .forward { background-position: 0 0; right: -26px; }
.anythingSlider .back { background-position: -67px 0; left: -26px; }
.anythingSlider .forward:hover { background-position: 0 -200px; }
.anythingSlider .back:hover { background-position: -67px -200px; }

.thumbNav { position: relative; top: 195px; text-align: center; z-index: 9999; }
.thumbNav ul { padding: 0; }
.thumbNav li { display: inline; }
.thumbNav ul li a { color: #666 !important; text-decoration: none; font: 16px helvetica, san-Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; text-align: center;  }
.thumbNav ul li a:hover { background-image: none; }
.thumbNav ul li a.cur { font-weight: bold; }

.start-stop { 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; }

/*
  Slide contents
*/
#textSlide { padding: 10px 40px 10px 30px; width: 480px; }
#textSlide .textLeft { display: block; float: left; height: 185px; width: 200px; }
#textSlide .textLeft175 { display: block; float: left; height: 185px; width: 175px; }
#textSlide .textLeft150 { display: block; float: left; height: 185px; width: 150px; }
#textSlide h3 { font: 32px helvetica, san-Serif; font-weight: bold; color: #536caa; margin: 65px 0 0 0; padding: 0; }
#textSlide h4 { text-transform: uppercase; font: 16px helvetica, san-Serif; color: #6cb14c; margin: 0; padding: 0; }
#textSlide .divider { display: block; float: left; height: 185px; border-left: 1px solid #e2e2e2; margin: 0 20px; }
#textSlide .textRight { display: block; height: 185px; width: 500px;}
#textSlide p { font-family: helvetica, san-Serif; color: #666; font-style: italic; display: block; padding: 0; }
#textSlide div.onePtThree p { font-size: 1.3em; }
#textSlide div.onePtTwo p { font-size: 1.2em; }
#textSlide div.onePtOne p { font-size: 1.1em; }
#textSlide div.onePtZero p { font-size: 1.0em; }


#quotesHeader { margin: 0 auto; width: 560px; height: 45px; margin: 0 auto 4px; }
#quotesHeader img { background-color: none !important; border: none !important; float: left !important; margin: 0 !important; padding: 0 !important; }
