/*
    anythingSlider v1.2
    
    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: 587px; height: 360px; position: relative; margin: 0 auto 15px;
/*background-color:#F2F2F2;*/
}
.anythingSlider .wrapper                { 
	width: 600px; overflow: auto;
	 height: 324px; margin: 0 0px;
	  position: absolute; top: 0; 
	  left: 0; 
	  background:url("/images/fronda/belki/belki/duze/raport_frondy.png") no-repeat;
	  z-index:9; 
	  }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { 
	width: 32700px;
	 list-style: none;
	  position: absolute;
	   top: 0; left: 0;
	 /*   background: #eee;
	     border-top: 3px solid #e0a213;
	      border-bottom: 3px solid #e0a213;*/
	       margin: 0; 
	       
	       }

.anythingSlider .wrapper ul li          { display: block; float: left; padding: 6px; height: 317px; width: 600px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px;
/*background: url(/images/slider/arrows.png) no-repeat 0 0;*/
text-indent: -9999px; position: absolute; top: -250px; 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 ul{
	/*background-color:#CBCBCB;*/
	
	width:605px;
	margin-left:0px;
	/*margin-top:10px;*/
	/*margin-left:180px;*/
	}
.thumbNav                               { position: relative; top: 323px; text-align: center; background: #49462b;	width:600px;}
.thumbNav li                            { display: inline;margin-top:-2px; }
.thumbNav a                             {margin-top:-2px; color: black; font: 11px/18px Georgia, Serif;
display:inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0;
background:  url(/images/slider/slajder_empty.png) no-repeat scroll 0px 7px transparent;

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.cur                         { background:  url(/images/slider/slajder_full.png) no-repeat scroll 0px 7px transparent;}

.start-stop                             {
	 z-index: 10;
	 /* background: green;*/
	  /* background-image: url(/images/slider/cellshade.png);*/
	  background: url(/images/slider/slajder_play.png) no-repeat scroll 0px 7px transparent;
	   /* background-repeat: none;*/
	     color: white;
	      padding: 0px 10px 0px 5px;
	     /* width: 40px;*/ 
	     height:19px;
	      text-align: center; 
	      position: absolute; 
	      right: 45px; 
	      top: 323px; 
	     
	      text-decoration:none;
	    /*  -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;*/
	 background: url(/images/slider/slajder_pause.png) no-repeat scroll 0px 7px transparent; 
	 }
	 .start-stop.playing:hover                     {
	/* background-color: red;*/
	/* background-image: url(/images/graf/slider/stop_on.png); */
	 }
.start-stop:hover                       {
	/* background-image: none;*/
	/* background-image: url(/images/graf/slider/play_on.png); */
	  }

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