div.content_3_start{
	height:154px;width:599px;background:#fff;padding:50px 50px 0 50px;float:right;
}
div.content_full_width {

	width:978px;
	height:270px;
	clear:left;
}
div.content_3_start_buttons{
	width:599px;padding:41px 50px 42px 50px;float:left;border:none;
}
.tickerwrap{
	position: relative;
	overflow:hidden;
	width: 597px; 
	height: 27px;
	margin: 0 0 30px 0;
	padding: 0;
}
.tickercontainer { /* the outer div with the black border */
position: relative;
width: 597px; 
height: 27px; 
margin: 0 0 30px 0; 
padding: 0;
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
width: 577px;
}
ul.newsticker { /* that's your list */
position:absolute;
width:20000px;
left: 597px;
font-size: 14px;
font-weight:bold;
color:#b5113e;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;

}
ul.newsticker a {
margin:0;
padding:0;
color:#b5113e;
text-decoration:none;
} 
ul.newsticker .newsseperator{
margin: 0 10px 0 10px;
}


.boxgrid{float:left;width: 185px;height: 108px;border:4px solid #b4bfc5;margin: 0 6px 12px 0;overflow: hidden;position: relative;}
.boxgrid a img{border:none;}
.boxgrid a img:hover{border:none;}
.boxgrid img{position:absolute;top:0;left:0;border:0;}
.boxcaption{
	position: absolute;
	top:60px;
	z-index:3;
	background: #fff;
	height: 100px;
	width: 100%;
	/*opacity: .9;
	/* For IE 5-7 */
	/* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/
	/* For IE 8 */
	/* -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";*/
}
.boxcaption h3{ font-size:14px;line-height:16px;color:#000;letter-spacing:-0.2px;text-transform:uppercase;margin: 7px 5px 0 10px;font-weight: bold;}
.boxcaption p{ line-height:14px;margin: 10px 10px 0 10px; color:#000;font-size:12px;}

