/*
    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: 640px; height: 250px; position: relative; background: #eeeeee; border: 1px solid #d9d9d9;}
.anythingSlider .wrapper                { width: 640px; overflow: auto; height: 341px; margin: 0 0px; position: absolute; top: 5px; left: 0;  } 
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0;  height: 280px;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 640px; margin: 0; }


.anythingSlider .arrow                  { display: block; height: 200px; width: 100px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 35px; 
										cursor: pointer;  }
.anythingSlider .forward                { background-position: 0 0; right: -73px; }
.anythingSlider .back                   { background-position: -66px 0; left: -43px; }


#thumbNav                               { position: relative; left: 240px; top:0px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px; Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; 
										  background: #e90e8b url(../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: #f5a8d4; }




.alignleft								{float: left; width: 220px;}
.info_slider							{float: left; width: 340px; padding-left: 20px; }
.info_slider .titel_slider a			{width: 100px; font-size: 14px; color:#222; }
.date_slider							{ float:left; 	background:url(../images/bg/date.gif) no-repeat; 	width:81px; 	height:41px;   font: 15px Arial black, serif;   color:#fff; 														padding:5px; margin-left: 20px;}

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