/* styles-extra */

ul.school-grid {
	list-style:none;
	padding:0;
	margin:0;
}

li.school-grid-item {
	display:block;
	width:25%;
	float:left;
}

li.school-grid-item img {
	border:5px solid #fff;
	width:90%;
}


ul.school-grid:before,
ul.school-grid:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

ul.school-grid:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
ul.school-grid {
    *zoom: 1;
}

li#featured-school {display:none;}
li#featured-school:first-child {display:block;}