

/* Custom Styles */


.thumbnail.header-thumb img {
		width: 100%;
		max-width: 575px;
		height: auto;
		display: block;
		border: none;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}

