img {border: none;}
ul.boxes {
	width: 960px;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 110px;
}
ul.boxes li {
	float: left;
	margin: 10px;
	padding: 0;
	text-align: center;
	border: 1px solid #8FD1CD;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline;
}
ul.boxes li a.thumb {
	width: 230px;
	height: 182px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
ul.boxes li span { /*--Used to crop image--*/
	width: 230px;
	height: 182px;
	overflow: hidden;
	display: block;
}
ul.boxes li a.thumb:hover {
	background: #333;
}
ul.boxes li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #fff;
	background-color: #8ED2CD;
}
ul.boxes li a {
	text-decoration: none;
	color: #2D3542;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
ul.boxes  li  p {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	border-top: 1px solid #fff;
	background-color: #8ED2CD;
	font-family: Arial, Helvetica, sans-serif;
	color: #2D3542;
	text-align: left;
}

