#main_center .banner {width:572px;margin:10px 0;}

#main_center .bannery_center {width:572px;margin:10px 0;}
#main_center .bannery_center a{
    display:block;
    float:left;
}
#main_center .bannery_center div{
    display:block;
    float:left;
}

#main_center .bannery_center img {margin-left:1px;}

#main_center .banner_big {width:572px;margin:10px 0;border-top:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC}

#main_center .last {width:572px;text-align:center;}
#main_center .last div.haslo_over {border-top:1px solid #FD7D21;border-bottom:1px solid #FD7D21;}
#main_center .last div.haslo {padding:7px 0;margin:0;background:#2E3741;color:#ffffff;font-weight:bold;
border-top:1px solid #fff;border-bottom:1px solid #fff;}
#main_center .last div.male {padding:0;margin:20px 0;text-align:center;}
#main_center .last div.male div.pozycja {width: 140px;float:left;margin:5px 21px 20px 21px; height:190px;}
#main_center .last div.male div.pozycja div.img {width: 140px; height:110px;margin:5px 0;}
#main_center .last div.male div.pozycja div.text {width: 140px;text-align:center;color:#576A69;text-align:left;font-weight:10px;margin:5px 0;}
#main_center .last div.male div.pozycja div.cena {width: 140px;font-weight:bold;color:#CC0D0A;text-align:left;margin:5px 0;}

div.banner_big div.csw {width: 100%; height: 230px; background: #fff; overflow: scroll}
div.banner_big	div.csw .loading {margin: 100px 0 200px 0; text-align: center}

div.banner_big div.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 2px 0;
			position: relative;
			width: 100%;
			text-align:center;
}

div.banner_big div.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: none; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 480px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 230px;
			clear: both;
			background: #fff;
		}
		
div.banner_big div.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
div.banner_big div.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
    			float:left;
			height: 100%;
			position: relative;
			width: 480px; /* Also specified in  .stripViewer  above */
		}
		
div.banner_big div.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
div.banner_big div.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display:none;
		}
		
div.banner_big div.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
div.banner_big div.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
div.banner_big div.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: none;
		}
		
div.banner_big div.stripNav li.tab1 a { background: #60f }
div.banner_big div.stripNav li.tab2 a { background: #60c }
div.banner_big div.stripNav li.tab3 a { background: #63f }
div.banner_big div.stripNav li.tab4 a { background: #63c }
div.banner_big div.stripNav li.tab5 a { background: #00e }
		
div.banner_big div.stripNav li a:hover {
			background: #333;
		}
		
div.banner_big div.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
div.banner_big div.stripNavL{
    /* The left and right arrows */
			position: absolute;
			top: 0px;
			text-indent: -9000em;
		}

div.banner_big div.stripNavR { /* The left and right arrows */
			position: absolute;
			top: 0px;
			text-indent: -9000em;
		}
		
div.banner_big  a {
			display: block;
			height: 230px;
			width: 45px;
		}
		                                                               
div.banner_big div.stripNavL {
			left: 0;
			background: url("/gfx/gl_lewo.jpg") no-repeat center;
		}
		
div.banner_big div.stripNavR {
			right: 0;
			background: url("/gfx/gl_prawo.jpg") no-repeat center;
		}
		


