/*
    anythingSlider v1.0

    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: 478px; height:320px; position: relative; margin:0 auto; background: url('/images/templates/default/gallery_bg.png'); }
.anythingSlider .wrapper                { width: 478px; overflow: auto; height: 320px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 32px; left: 0; padding:0; border:none; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 259px; width: 478px; margin: 0; text-align: center; background: url("/images/templates/default/galleri_bg.png") center center no-repeat; }
.anythingSlider ul li img				{ width: 360px; height: 237px; margin: 9px 4px 0 0; }
.anythingSlider .arrow                  { display: block; height: 320px; width: 19px; height: 25px; text-indent: -9999px; position: absolute; top: 151px; cursor: pointer; z-index:10; background-repeat: no-repeat; }
.anythingSlider .forward                { background-position: 0 0; right: 9px; background-image:url('/images/templates/default/icons/next.png'); }
.anythingSlider .back                   { background-position: 0 0; left: 9px; background-image:url('/images/templates/default/icons/previous.png'); }
.anythingSlider h1						{ position:absolute; top:0px; left:0; line-height: 36px; width:478px; text-align:center; z-index:0; font-size: 18px; color: #ffffff; }

#thumbNav                               { position: absolute; bottom: 10px; left: 223px; margin: 0 auto; text-align: center; color: #fff; }
#thumbNav a                             { cursor: default; color: #fff; display: none; height: 18px; margin: 0; text-align: center; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur,
#thumbNav a.last 						{ display: inline-block; }


#start-stop                             { display:none; background: green; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -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
*/
.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; }

