#home-page-videos h1
{
	text-align: center;
}
#home-page-videos IFRAME
{
	width: 436px;
	height: 245px;
	margin: 0 auto 20px auto;
	display: block;
}
#home-page-videos-thumbs
{
	text-align: center;
}
#home-page-videos-thumbs a
{
	display: inline-block;
	padding: 18px;	
	vertical-align: top;
	width: 200px;
}
#home-page-videos-thumbs img
{
	width: 200px;
}
#home-page-videos p
{
	text-align: center;
}
a.home-page-videos-button 
{
	display:inline-block;
	background-color:#f81331;
	color:#000;
	padding: 13px 19px;
	border-radius:7px;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	line-height:1;
}

