/*
    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: 550px; height: 170px; position: relative; margin: 15px auto 19px; /*background: black;*/ }
.anythingSlider .wrapper                { width: 548px; overflow: hidden; height: 170px; margin: 0 0px; border: 1px solid #e1e1e1; position: absolute; top: 5; left: 0; /*background: yellow;*/ }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0px; left: 0px; margin: 10px 0 0 0!important; /*background: #eee; border-top: 3px solid #e0a213;*/ margin: 0; }
.anythingSlider.bilderBig .wrapper ul   { margin: 0 0 0 0!important; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 150px; width: 550px; margin: 0; /*text-align: center;*/ /*background: #efefef;*/}
.anythingSlider .arrow                  { display: block; height: 100px; width: 0px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 0px; 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; }*/

#titleNav                               { position: absolute; left: 0px; top: 172px; text-align: center; }
#titleNav2                              { position: absolute; right: 0px; top: -22px; text-align: center; }
#titleNav a, #titleNav2 a               { font-size: 0.9em; color: #666; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #efefef; text-align: center; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; }
#titleNav a span, #titleNav2 a span     { color: #999;  }
#titleNav a:hover                       { background-image: none; }


#thumbNav                               { position: absolute; right: 60px; top: 172px; text-align: center; }
#thumbNav a                             { font-size: 1em; color: #333; display: inline-block; padding: 2px 8px; 
																					height: 18px; margin: 0 5px 0 0; background: #efefef; 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                         { color: #08ACF6; }

#start-stop                             { font-size: 1em; background: #e0e0e0; color: #333; padding: 2px 5px; width: 40px; text-align: center; position: absolute; 
																					right: 0px; top: 172px; -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                     { }
#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; }

.anythingSlider h5			 			 					{ /*text-decoration: underline;*/ }
.anythingSlider p			 			 						{ margin: 10px 0; }