/******************/
/* FEATURED-CONTENT */
#featured-content {
	margin: 0 10px 0.4em 10px;
	background: #333;
	height: 272px;
	border-top: 1px solid #0d0d0d;
	border-bottom: 2px solid #0d0d0d;
	overflow: hidden;
	width: 940px;
}
#featured-content li {
	overflow: hidden; 
	padding: 1.2em 1.6em 1.2em 0;
	color: #eee;
    position: absolute;
    width: 940px;
}
#featured-content img {
	margin: -1.2em 1.6em -1.2em 0;
	float: left;
}
#more-info { 
    display: block;
    height: 26px;
    width: 95px;
    background: url('../images/more-info.png') no-repeat;
    position: absolute; 
    bottom: 14px; 
    right: 212px;
}
#more-info:hover {
    background-position: 0px -26px;
}

#featured-content h2 {
	font-weight: normal;
	color: #eee;
}
#featured-content p, #featured-content h2 {
    padding-right: 20px;
}
#slide-nav {
    position: absolute;
    float: right;
    right: 330px;
    top: 236px;
    z-index: 1000;
    font-size: 1.2em;
}
#slide-nav a {
    display: block;
    height: 22px;
    width: 22px;
    float: left;
    margin-right: 4px;
    background: url('../images/slide-option.png') no-repeat;
    z-index: 1000;
    color: #fff;
    line-height: 18px;
    text-align: center;
}
#slide-nav a.activeSlide {
    color: #000;
    background: url('../images/slide-option-current.png') no-repeat;
}
.event-times { 
    margin-right: 0.6em;
}
#featured-content .event-times img {
    float: none;
}
