#homeboxes .box_alt {
	width: 300px;
	height: 258px;
	font-size:11px;
	float:left;
	text-align:left;
}

#homeboxes .box_followmro {
	width: 300px;
	height: 350px;
	font-size:11px;
	float:left;
	text-align:left;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	background-color:#f2f2f2;
	text-align:left;
}

#homeboxes .box_mroconnect {
	width: 300px;
	height: 350px;
	font-size:11px;
	float:left;
	text-align:left;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	background-color:#f2f2f2;
	text-align:left;
}

#homeboxes .box_association {
	width: 300px;
	height: 240px;
	font-size:11px;
	float:left;
	text-align:left;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	background-color:#f2f2f2;
	text-align:left;
}

#homeboxes li {
	padding-top:8px;
}

#scroll {
width: 280px; 
height: 225px;
margin-left:auto;
margin-right:auto;
overflow: auto;
}