#feat-slide {
    width: 940px;
    padding: 3px 0;
    /*margin-left: -30px;*/
    margin-top: -30px;
    margin-bottom: 30px;
    overflow: hidden;
    height: 194px;
    display: none;
    }
	
#feat-carousel li {
    overflow: hidden;
    float: left;
    margin-right: 3px;
    width: 234px;
    height: 194px;
    }
#feat-carousel li img {
	height: 194px;
}    
	
.feat-bg {
    width: 234px;
    height: 194px;
    position: absolute;
    background: url("../img/background-trans.png");
    }
	
.feat-bg-video {
    width: 234px;
    height: 194px;
    position: absolute;
    background: url("../img/video-cover/feature.png");
    }
	
.feat-content {
    top: 0px;
    bottom: 0px;
    padding: 0px 10px;
    position: absolute;
	height: 194px;
	padding-top: 10px;
    }
	
.feat-content h2 {
    width: 220px; /* 940 / 4 - 15 */
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    bottom: 20px;
    position: absolute;
    }
	
.feat-content-cat {
    font-weight: 600;
    margin-top: 10px;
    left: 10px;
    color: #fff;
    padding: 2px 7px;
    font-size: 12px;
	line-height: 19px;
    text-transform: uppercase;
	cursor:default;
	display: inline;
    }
	
.feat-content-date {
    font-weight: 400;
    top: 12px;
    left: 168px;
    color: #aaa;
    position: absolute;
    text-transform: uppercase;
	cursor:default;
    }
	
.feat-content-day {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    float: left;
    width: 65px;
    }
	
-month {
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    width: 28px;
    float: right;
    margin-top: -21px;
    margin-left: 3px;
    line-height: 13px;
    text-align: center;
    }