#feature-content {
	background-image: url('../img/featuredbg.jpg');
	background-position: center center;
	background-repeat: repeat-y;
}

#feature-content-left {
	background-image: url('../img/featuredbg-left.jpg');
	background-position: right center;
	background-repeat: repeat-x;
}

#feature-content-right {
	background-image: url('../img/featuredbg-right.jpg');
	background-position: left center;
	background-repeat: repeat-x;
}

.featured-shadow-top {
	position: relative;
	z-index: 998;
	top: -470px;
	background-image: url('../img/featuredshadow-top.png');
	background-repeat: repeat-x;
	
	height:48px;
}

.featured-shadow-bottom {
	position: relative;
	z-index: 997;
	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: #ffffff;
}

.glow{
	box-shadow: 0px 0px 10px #ffffff;
}

