div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 667px; 
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:667px;
		overflow:hidden;
		float:left;	
		}

	div.scroller div.content {
		width: 10000px;
		}

	.banc_index{  border:#dbdbdb 1px solid; padding:3px; margin-bottom:5px;}
	.banc_index div{ background-color:#f5ffe9; padding:3px;}
	
	.controls a{ background-image:url('../pictures/bg_paginare.jpg'); width:21px; height:17px; padding-top:4px; display:block; color:#FFFFFF; text-align:center; text-decoration:none; font-weight:bold; float:left; margin-right:2px;}
	.controls a:hover{ background-position:bottom; color:#FFFFFF; text-decoration:none;}