/*
    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: 710px; height: 220px; position: relative; margin: 0 auto 15px auto; }
.anythingSlider .wrapper                { width: 710px; overflow: auto; height: 220px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width:99999px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 220px; width: 710px; margin: 0;background:url(../images/slider-1.jpg) no-repeat top left; position:relative; }
.anythingSlider ul li.slider-1          { background:url(../images/slider-1.jpg) no-repeat top left; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: none; text-indent: -9999px; position: absolute; top: 65px; 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; }

#thumbNav                               { position: absolute; top:188px; left:10px; z-index:5; text-align: center; }
#thumbNav a                             { color: black; font: 12px Arial, Serif; font-weight:bold; display: inline-block; padding: 5px 8px 0 8px; height: 18px; margin: 0 5px 0 0; background: #fff; text-align: center;  }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #cc3300; color:#fff; }

#start-stop                             { background: /*green; background-image: url(../images/cellshade.png)*/; display:none; 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  #aanbieding {position:relative;}*/
.anythingSlider ul li .aanbieding		{ clear:both; }
.anythingSlider ul li .aanbieding a 	{ position:absolute; right:5px; bottom:5px; display:block; background:url(../images/aanbieding-btn.gif) -3px -2px; color:#fff; width:133px; height:24px; padding:6px 0 0 10px;}
.anythingSlider ul li .aanbieding a:hover { background:url(../images/aanbieding-btn-hover.gif) -3px -2px; }
.anythingSlider ul li .tekst            { float:right; font-size:24px; color:#fff; width:156px; margin-top:11px; margin-right:10px; text-align:right; line-height:1.2;  }
.anythingSlider ul li .tekst a          { display:block; color:#000;}
.anythingSlider ul li .prijs a          { display:block; color:#fff;}
.anythingSlider ul li .prijs            { float:left; font-size:44px; font-weight:normal; color:#fff; width:127px; height:106px; background:url(../images/bubble.png) no-repeat top left; margin-top:11px; margin-left:10px; text-align:center; line-height:0.9; padding-top:21px;  }

.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 .linksboven				{ position:absolute; top:0; left:0; background:url(../images/linksboven.png) top left no-repeat; width:6px; height: 6px; z-index:4;}
.anythingSlider .rechtsboven			{ position:absolute; top:0; right:0; background:url(../images/rechtsboven.png) top left no-repeat; width:6px; height: 6px; z-index:4;}
.anythingSlider .rechtsonder			{ position:absolute; bottom:0; right:0; background:url(../images/rechtsonder.png) top left no-repeat; width:6px; height: 6px; z-index:4;}
.anythingSlider .linksonder				{ position:absolute; bottom:0; left:0; background:url(../images/linksonder.png) top left no-repeat; width:6px; height: 6px; z-index:4;}
