/*
    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/
*/


.anythingSlider                         { width: 578px; height: 214px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 578px; overflow: auto; height: 214px; 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: #fff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 214px; width: 578px; margin: 0; position:relative; }
.anythingSlider .arrow                  { display: block; height: 20px; width: 67px; background: url(../images/slider/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 184px; 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; }
*/

.anythingSlider .forward                { background-position: 0 0; right: -40px; z-index:100; }
.anythingSlider .back                   { background-position: -67px 0; left: -40px; z-index:100; }
.anythingSlider .forward:hover          { background-position: 0 0px; }
.anythingSlider .back:hover             { background-position: -67px 0px; }

#thumbNav                               { position: relative; top: 214px; text-align: center; z-index:100; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(http://www.healthcaregeorgia.org/images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: url(../images/slider/play.png) no-repeat; color: white; padding: 2px 10px; width: 11px; text-align: center; text-indent: -9999em; position: absolute; right: 25px; top: 184px; z-index:100; }
#start-stop.playing                     { background: url(../images/slider/pause.png) no-repeat; }
#start-stop:hover                       { background: url(../images/slider/play.png) no-repeat; }

/*
  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; }


.anythingSlider .wrapper .content { background:url("../images/slider/bg-content.png") repeat scroll 0 0 transparent; color:#FFFFFF; font-size:12px; height:40px; line-height:18px; padding:0 65px 0 40px; width:473px; position:absolute; z-index:5; bottom:0; }
.anythingSlider .wrapper .content  p { width: 300px; text-align: center; margin: 0 auto;}
.anythingSlider .wrapper  a { width:578px; height:214px; text-indent:-9999em; position:absolute; top:0; left:0; z-index:2; }