/* Home page news panel */
.news-slideshow {
    height: 435px;
}
/* 
 * legacy css from the omsa pages
 */
article img.college-gallery {
    float: left;
    padding: 10px;
	border: 1px solid #ccc; 
	margin-bottom: 20px;
}
article div.college-gallery-caption {
	width: 145px; 
	float: left; 
	clear: right; 
	margin: 0; 
	padding: 0 0 0 10px;
}
article div.college-gallery-caption h4 {
	background: url(http://www.rochester.edu/college/assets/img/camera_icon.gif) no-repeat 0px -4px; 
	margin: 10px 0;
	padding: 0 0 0 30px; 
	font-size: 12px; 
	color: #003e74;
}
article div.college-gallery-caption p {
	margin-left: 0; 
	font-size: 10px; 
	font-style: italic; 
	color: #333333;
}