﻿/*anythingSlider v1.0By Chris Coyier: http://css-tricks.com with major improvements by Doug Neiner: http://pixelgraphics.us/based on work by Remy Sharp: http://jqueryfordesigners.com/*/

#hold-slider {width: 905px; margin: 8px 0 0 0; height:345px;}
.anythingSlider  { width: 905px; height: 345px; position: relative; margin: 0 auto 15px;background: url(../images/slider-bg3.jpg) no-repeat 0 0; }
.anythingSlider .wrapslider  { width: 860px; overflow:hidden; height: 345px; margin: 0 ; position: absolute; top: 0; left: 8px;background: none; }
.anythingSlider .wrapslider ul  { width: 9999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; }
.anythingSlider ul li   { display: block; float: left; padding: 0; height: 345px; width: 905px; margin: 0; }
.anythingSlider .arrow    { display: block; height: 345px; width: 21px; background: url(../images/next-prev2.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; }
.anythingSlider .forward  { background-position:  -21px; right: 0; }
.anythingSlider .back  { background-position:  0; left: 0; }
/*.anythingSlider .forward:hover  { background-position: 0 -200px; }
.anythingSlider .back:hover  { background-position: -28px -200px; }*/
/*#thumbNav    { position: relative; top: 136px; text-align:left;margin-left:40px }
#thumbNav a      { color: white; font: 10px/14px Tahoma, Verdana, Helvetica, sans-serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0;  text-align: center;  text-decoration:none ; border:1px solid #CCC; background:#b9b9ba}
#thumbNav a:hover  { background-image: none; }
#thumbNav a.cur   { background: #091e33; border:1px solid #CCC; }*/
#thumbNav   { position: relative; top: 130px; text-align:left;width:90px; margin-left:370px ; }
#thumbNav a    { color: #000; font: 10px/14px Tahoma, Verdana, Helvetica, sans-serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0;  text-align: center;  text-decoration:none ; border:1px solid #CCC; background:#d2e5f0}
#thumbNav a:hover    { background-image: none; }
#thumbNav a.cur   { background: #72accf; border:1px solid #b7b7b7; }
#start-stop  { display:none; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 470px; top: 168px; text-decoration:none; font-size:10px}
#start-stop.playing  { background-color: transparent; }
#start-stop:hover  { background-image: none; }
/*Prevents.slider ul    { margin: 0 0 25px 25px; }
.slider ul li    { font: 15px Georgia, Serif; margin: 0 0 8px 0; }*/
.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; }
/*For Specific Slides*/
#slide-one{background-image:url(../images/slide1a.jpg); background-repeat:no-repeat; width:860px; height:345px}
#slide-two{background-image:url(../images/slide2a.jpg); background-repeat:no-repeat; width:860px; height:345px}
#slide-three{background-image:url(../images/slide3a.jpg); background-repeat:no-repeat; width:860px; height:345px}
#textSlide       { padding: 0; }
#textSlide h3   { font: 20px Georgia, Serif; }
#textSlide h4    { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#textSlide ul    { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li   { display: list-item; }
#quoteSlide  { padding: 30px; }
#quoteSlide blockquote   { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p   { text-align: center; }
