/* Sudo Slider */

.slider ul, .slider ul li, .sliderul, .sliderli{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden; 
	}
.slider ul li, .sliderli{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
		comment the height out, if autoheight is on. 
	*/ 
	width:385px;
	height:157px;
	overflow:hidden; 
}	
a,img{
border: none;}
.slider, .slider2 {
	width:385px;
	overflow:hidden; 
}

		
/* numeric controls */	
ol {
	margin:5px 0;
	padding:0;
	height:15px;	
}
ol li{
	margin:0 5px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:15px;
	line-height:15px;
}
ol li a{
	float:left;
	height:15px;
	line-height:15px;
	background:url(przyciski.jpg) no-repeat 0 0;
	background-position:top right;
	text-decoration:none;
	display: block;
}
ol li.current a{
	background:url(przyciski.jpg) no-repeat 0 0;
	color:#fff;
}
ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

/* // Sudo Slider */

