div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:211px;
	height:156px;
	overflow: hidden;
	text-align: center;
	}
	div.scroller div.section, div.scroller div.section_colnago, div.scroller div.section_cyklo, div.scroller div.section_free-time, div.scroller div.section_lyze {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:201px;
		height:151px;
		overflow:hidden;
		float:left;
		padding: 5px 5px 0px 5px;		
		}
	div.scroller div.content {
		width: 10000px;
		}

.section{background: url('/bg/reklama.png') top left no-repeat #e7e7e7;}

