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


#homepage_slideshow                         { width: 595px; height: 460px; overflow:visible; position: relative; margin: 28px auto 15px; }
#homepage_slideshow .wrapper                { width: 595px; overflow: visible; height: 470px; margin: 0 0; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
#homepage_slideshow .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
#homepage_slideshow ul li                   { display: block; float: left; padding: 0; height: 446px; width: 680px; margin: 0; padding:0 0; }
#homepage_slideshow ul li a:hover			{ background:transparent; padding:0;} 
#homepage_slideshow .arrow                  { display: block; height: 60px; width: 30px; background: url(../img/arrows_new.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 150px; cursor: pointer; }
#homepage_slideshow .forward                { background-position: -30px 0; right: 14px; }
#homepage_slideshow .back                   { background-position: 0 0; left:  14px; }
#homepage_slideshow .forward:hover          { background-position: -30px -60px; }
#homepage_slideshow .back:hover             { background-position: 4px -60px; }
#homepage_slideshow img 					{ max-height:446px;}

#thumbNav                               { position: relative; top: 412px; text-align: right; }
#thumbNav a                             { background:#002b09;color:white;display:inline-block;font:18px/24px Helvetica,Sans-serif;height:28px;margin:0 0 0 2px;padding:6px 5px 0;text-align:center;width:30px;}
#thumbNav a:hover                       { background:#035b25; }
#thumbNav a:active                       { background:#145a2f; }

#thumbNav a.cur                         { background: #92c73d; color:#002b09; }

#start-stop                             { display:none; background: green; background-image: url(../img/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 446px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

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