div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	margin: 0 3px 0 3px;
	width: 358px; 
	height: 200px;
	overflow: hidden;
	text-align:center;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:358px;
		height:200px;
		overflow:hidden;
			
	text-align:center;	
		}
	div.scroller div.content {
		width: 358px;
		height:200px;
		
	text-align:center;
		}
	
	/*
	#blogit1 { background:url(Blo_leolep_glider.jpg) no-repeat center;}
	#blogit1 h3 {font-family:Arial, Helvetica, sans-serif; font-size:16px; margin:20px 20px 0 20px; color:#FFFFFF;}
	#blogit1 p {font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:5px 160px 0 20px; color:#FFFFFF;}
	
	#blogit2 { background: url(blo_maj-lis_glider.jpg) no-repeat center;}
	#blogit2 h3 {font-family:Arial, Helvetica, sans-serif; font-size:16px; margin:20px 20px 0 20px; color:#FFFFFF;}
	#blogit2 p {font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:5px 160px 0 20px; color:#FFFFFF;}
	
	#blogit3 { background: url(Blo_luostarinen_glider.jpg) no-repeat center;}
	#blogit3 h3 {font-family:Arial, Helvetica, sans-serif; font-size:16px; margin:20px 0 0 160px; color:#FFFFFF;}
	#blogit3 p {font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:5px 20px 0 160px; color:#FFFFFF;}
	
	#blogit4 { background:url(Blo_leolep_glider.jpg) no-repeat center;}
	#blogit4 h3 {font-family:Arial, Helvetica, sans-serif; font-size:16px; margin:20px; color:#FFFFFF;}
	*/
	