/*
    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: 1020px; height: 360px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 930px; overflow: auto; height: 430px; margin: 0 10px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; border-bottom: 1px solid #ADA46E; margin: 0; padding: 10px 0!important; }
.anythingSlider ul li                   { position: relative; left: 0px; background: none!important; display: block; float: left; padding: 0; height: 370px; width: 905px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(http://www.cycro-systems.de/js/AnythingSlider/img/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 10px; }
.anythingSlider .back                   { background-position: -67px 0; left: -60px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.anythingSlider p                       { float: right;  width: 605px; margin: 0 10px 0 0;}
.anythingSlider strong                  { padding: 0 0 14px 0; letter-spacing: -1px; line-height: 1em; font-size: 2em; font-weight: normal; font-family: arial, helvetica, sans-serif; color: #ADA46E; }
.anythingSlider .galleryCont            { width: 230px!important; float: left; }

#thumbNav                               { position: relative; top: 391px; text-align: left; padding-left: 10px;  }
#thumbNav a                             { color: black; font: 11px/18px Arial, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #ADA46E url(http://www.cycro-systems.de/js/AnythingSlider/img/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: #ADA46E; font-weight: bold; }

#start-stop                             { background: green; background-image: url(http://www.cycro-systems.de/js/AnythingSlider/img/cellshade.png); background-repeat: repeat-x; 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; }

