/*
    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/
*/
/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
*                                       { margin: 0; padding: 0;}
.anythingSlider                         { top:0px; left:0px; width:936px; height:300px; position: relative; margin: 0px 0px 0px 24px; padding:0; background:url(../../templates/gekko/img/bg-footer.png) bottom left no-repeat}
.anythingSlider .wrapper                { width: 936px; overflow: auto; height: 300px; margin: 0; position: absolute; top: 0; left: 0; padding:0;}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 300px; width: 936px; margin:0;}
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -65px; }
.anythingSlider .back                   { background-position: -67px 0; left: -65px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 0px; left: 10px; text-align: left; z-index:6 }
#thumbNav a                             {
	color: black;
	font: 11px/18px "Lucida Sans", Arial, Helvetica, sans-serif;
	display: inline-block;
	width:25px;
	height:25px;
	padding: 3px 0px 0px 0px;
	margin: 0 8px 0 0;
	background: url(images/bg-number.png) no-repeat;
	text-align: center;
}
#thumbNav a:hover                       { background: url(images/bg-number-hover.png) no-repeat; color:white}
#thumbNav a.cur                         { background: url(images/bg-number-hover.png) no-repeat; color:white }

#start-stop                             { background:url(images/bg-startknopf.png) no-repeat; color: white; padding: 2px 0px 0px 0px; width: 64px; height:26px; text-align: center; position: absolute; right: 690px; top: 0px; z-index:6 }
#start-stop.playing                     { background:url(images/bg-stopknopf.png) no-repeat; }
#start-stop:hover                       { background:url(images/bg-stopknopf.png) no-repeat; }

/*
  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 ul li div.sliderimg { width: 600px; z-index:4; float:right; text-align:right; }
.anythingSlider ul li div.slidertext { width: 600px; position:absolute; z-index:5; padding:50px 0px 0px 5px;}
div.slidertext h1  { font-family: "Lucida Sans", Arial; font-size: 24px; line-height: 1.5em; color:#333333; text-transform:uppercase; padding:10px 0px 10px 20px; margin:0px; background:url(images/bg-trans80.png) repeat-y}
div.slidertext h2 { padding:20px; }

