/* Easy slider */
	#promocje_slider{
			width: 459px;
			height: 205px;
	}
	#promocje_slider ul, #promocje_slider li{
		margin:0;
		list-style:none;
		}
	#promocje_slider li{ 
		/* 
			define width and height of list item (slide)
			entire promocje_slider area will adjust according to the parameters provided here
		*/ 
		
		width: 469px;
		height: 205px;
		overflow:hidden; 
		}	
		
	/* numeric controls */	
	ol#controls{
		position: absolute;
		right:12px;
		top: 185px;
		padding:0;
		height:17px;
        /*float: right;*/
		}
	ol#controls li{
		margin:0 2px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		width:17px;
		height:17px;
		line-height:17px;
        display: inline;
		}
	ol#controls li a{
		float:left;
		height:17px;
		line-height:17px;
		background-image: url(images/number_bg.gif);
		/*background:#DAF3F8;*/
		color:#fff;
		padding:0 6px;
		text-decoration:none;
        display: block;
		}
	ol#controls li.current a{
		background-image: url(images/number_bg_current.gif);
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy promocje_slider */