
#boxes{	
	width: 919px;
	margin: 10px 0 10px 15px;
	padding: 0;
}
#boxes .boxContainer{
	width: 220px;
	padding-bottom: 5px;
	position: relative;
	list-style: none;
	vertical-align: top;
	background-color: #eee;
	color: #565656;
	border: 1px solid #7d7d7d;
	border-radius: 13px 13px 10px 10px;
}
#boxes .boxContainer.first{
}
#boxes .boxContainer .box{
	position: relative;
	border-radius: 6px;
}
#boxes .boxContainer .box img{
	border-radius: 10px 10px 0 0;
	border: none;
}
#boxes .boxContainer .box .noImage{
	display: block;
	width: 220px;
	height: 40px;
}
#boxes .boxContainer .box h2{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 10px;
	background: url('/images/black60.png');
	border-radius: 10px 10px 0 0;
	font-family: arial, verdana;
	font-size: 16px;
	color: #FFF;
	text-shadow: 1px 2px 0px #000;
	font-weight: normal;
}
#boxes .boxContainer .box .boxContent{
	margin-top: 5px;
	padding: 6px;
	font-size: 13px;
	line-height: 16px;
}
#boxes .boxContainer a{
	text-decoration: none;
}
#boxes .boxContainer a:hover{
	text-decoration: none;
}
#boxes .boxContainer .box .boxContent .readMore{
	display: inline-block;
	margin-bottom: 10px;
}
#boxes .boxContainer .box .boxContent a{
	font-size: 12px;
	font-weight: normal;
}
#boxes .boxContainer .box .boxContent a:hover{
	text-decoration: none;
	color: #ad3333;
}