/*
    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  *                                   { margin: 0; padding: 0; }
#slider{width: 690px; height: 240px; margin-bottom: 40px; margin-left: 15px;}
.anythingSlider                         { width: 370px; height: 230px; position: relative; margin: 0 auto 15px; float: left;font: 12px Georgia, Serif;}
.anythingSlider .wrapper                { width: 370px; overflow: auto; height: 230px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 230px; width: 690px; margin: 0; }
.anythingSlider .arrow                  { display: none; 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: -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: relative; top: 230px; left: 0px; text-align: left; }
#thumbNav a                             { color: white; font: 11px/18px; Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #333; 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: #EF2700; }

#start-stop                             { background: green;  background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 0px; top: 230px; -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; }


/*
    For Specific Slides
*/
#slider a, #slider a img                                { border: 0; text-decoration: none; outline: 0; }

#slider ul li                                   { font: 15px Georgia, Serif; margin: 0 0 8px 0; padding: 0; }

.stan-opis { float: left; margin-left: 0px; width: 310px; height: 230px; background: url(images/tlo-stany.jpg) no-repeat 0 0; padding-top: 10px;}
.tytul-stany {font: normal 18px/1.5 Georgia, Serif; text-align: center; color: #000;}
.stan-opis p {margin: 0 auto; font: normal 11px/1.5 Verdana, Sans-Serif; text-align: left; color: #333; padding: 0 10px 30px 30px;}


.z-w-button														{width: 179px; height: 28px; background: url(images/button-wide.gif) no-repeat 0 0;margin: 0 auto;}

.z-w-button	a:link,.z-w-button a:visited  {display: block;width: 179px; height: 28px;  margin: 0 auto; font: bold 12px Verdana, Sans-Serif; color: white; text-align: center; padding-top: 6px;}
.z-w-button	a:hover {width: 179px; height: 28px; margin: 0 auto; font: bold 12px Verdana, Sans-Serif; color: white;text-align: center;}