

.featured_photo {
	float: left;
	position: relative;
	width: 483px;
	height: 300px;
	margin: 0 5px 5px 0;
	overflow: hidden;
	border-color: #fed50c;
	color: #fed50c;
	background: #002c1d;
	}
	
	.featured_photo img {
		display: block;
		}
		
	.featured_photo .label_wrapper {
		width: 178px;
		height: 56px;
		position: absolute;
		left: 0;
		bottom: 0;
		border-top: 5px solid #cdc4a6;
		border-right: 5px solid #cdc4a6;
		}
		
		
		.featured_photo .label {
			padding: 10px;
			position: relative;
			z-index: 1;
			}
			
			
			.featured_photo .label .caption {
				position: relative;
				z-index: 1;
				font-size: 14px;
				line-height: 16px;
				}
				
			.featured_photo .label .caption a {
				color: #fff;
				}
			
		.featured_photo .background {
			background: #000;
			height: 97px;
			filter:alpha(opacity=70);
			-moz-opacity: 0.7;
			opacity: 0.7;
			position: absolute;
			top: 0;
			left: 0;
			width: 178px;
			height: 117px;
			z-index: 0;
			}