slidey { 
	margin-bottom: 10px; 
}
.slidey .title { 
	background-image: url(../images/sectionHeader.gif);
	background-repeat: no-repeat; 
}

/* the only noteworthy thing here is the overflow is hidden, 
it's really a sleight-of-hand kind of thing, we're playing
with the height and that makes it 'slide' */

.slidey .slideblock { 
	overflow: hidden; 
	padding: 2px; 
	font-size: 12px; 
	border-bottom: solid #000000;
	border-bottom-width: 1px;
} 
