.shadow2{
	box-shadow: 5px 5px 10px #555555;
}

#feature-content {
	background-image: url('../img/featuredbg.jpg');
	background-position: center center;
	background-repeat: repeat-y;
}

#feature-content-left {
	background-image: url('../img/featuredbg.jpg');
	background-position: right center;
	background-repeat: repeat-x;
}

#feature-content-right {
	background-image: url('../img/featuredbg.jpg');
	background-position: left center;
	background-repeat: repeat-x;
}

.featured-shadow-top {
	position: relative;
	z-index: 0;
	top: -470px;
	background-image: url('../img/featuredshadow-top.png');
	background-repeat: repeat-x;
	
	height:48px;
}

.featured-shadow-bottom {
	position: relative;
	z-index: 0;
	top: -96px;
	background-image: url('../img/featuredshadow-bottom.png');
	background-repeat: repeat-x;
	
	height:48px;
}

.featured-border{
	border-style: solid;
    border-width: 1px;
	border-color: #333333;
}

