div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 200px; 
	height: 100px;
	
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:200px;
		height:100px;
		overflow:hidden;
		float:left;
		}
	div.scroller div.content {
		width: 10000px;
		float:left;
		}

#my-glider { width:247px; text-align:left; background-color:#FFFFFF;}
p.blo_kirjoittaja {font-size: 10px; font-family:Arial, Helvetica, sans-serif; margin:0px; color:#CC0000; font-style:italic;}
p.blo_pvm {font-size: 9px; font-family:Arial, Helvetica, sans-serif; font-style:italic; margin:3px 0 0 0; color:#666666}

p.blo_otsikko {margin:0px; padding:0px; line-height:9px;}
p.blo_otsikko a:link {font-size: 9px; text-transform: uppercase; font-family:Arial, Helvetica, sans-serif; color: #333333; text-decoration:none; line-height:9px; font-weight:bold;}
p.blo_otsikko a:hover {font-size: 9px; text-transform: uppercase; font-family:Arial, Helvetica, sans-serif; color: #333333; text-decoration:none; line-height:9px; font-weight:bold;}
p.blo_otsikko a:visited {font-size: 9px; text-transform: uppercase; font-family:Arial, Helvetica, sans-serif; color: #333333; text-decoration:none; line-height:9px; font-weight:bold;}

p.blo_linkki {margin:0px;}
p.blo_linkki a {font-size: 10px; font-family:Arial, Helvetica, sans-serif; color: #333333; text-decoration:none; font-weight:bold;}
p.blo_linkki a:hover {font-size: 10px; font-family:Arial, Helvetica, sans-serif; color: #00CCFF; text-decoration:none; font-weight:bold;}
