
.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

/** BEGIN content **/

	#featured {
		border: 1px solid #E9E9E9;
		padding: 5px;
		background-color: #F2F2F1;
		overflow: hidden;
		width: 510px; height: 320px;
	}
	.featured img {
		width: 510px;
	}
		.featured {
			overflow: hidden;
			position: relative;
			width: 510px; height: 319px;	
			overflow: hidden;
		}
		.featured .text {
			
		}
		.featured-img {
			margin: 1px 0 2px 1px;
		}
		.featured-img .text h2 {
			font-size: 1.5em;
			background-image: none;
			margin-bottom: 4px;
			padding: 0;
		}
		.featured-img .text h2 a {
			color: #FFFFFF;
			font-weight: bold;
			text-transform: none;
			text-decoration: none;
		}
		.featured-img .text p {
			line-height: 1.4em;
			font-size: 1em;
			color: #FFFFFF;
			padding-bottom: 10px;
		}
		.featured-img .text .next {
			color: #FFFFFF;
			font-weight: bold;
			font-size: 0.9em;
			text-transform: uppercase;
		}
			.featured-img .text .continue:hover {
				text-decoration: none;
			}
		.featured .photo {
				list-style-type: none;
			}
				.photo li {
					position: absolute;
					top: 0; left: 0;
					z-index: 0;
				}
				.photo li.first {
					z-index: 2;
				}
			.featured .text {
				list-style-type: none;
			}
				.featured .text li {
					width: 230px; height: 290px;
					position: absolute;
					top: 0; right: -280px;
					padding: 15px;
					color: #ffffff;
					font-family: Verdana;
					background: url(../../images/gallery/shade.png) repeat 0 0;
					z-index: 4;
				}
				.featured .text li.first {
					right: 0;
				}
/** END content **/

