/******************/
/* FEATURED-CONTENT */
#featured-content {
	background: #333;
	height: 290px;
	overflow: hidden;
	width: 940px;
}
#featured-content li {
	overflow: hidden; 
	padding: 1.2em 0;
	color: #eee;
  position: absolute;
  width: 940px;
}
#featured-content li h6 {
    margin-bottom: 12px;
}
#featured-content img {
	margin: -1.2em 1.6em -1.2em 0;
	float: left;
}
.more-info { display: block; position: absolute; bottom: 31px; right: 93px; }
.more-info img { float: none; margin: 0px; } 
#featured-content h2 {
	font-weight: normal;
	color: #eee;
}
#featured-content p, #featured-content h2 {
    padding-right: 20px;
}
#featured-content p {
  font-size: 100%;
  line-height: 138.5%;
}
#featured-content p.featured-content-category {
  font-size: 76.9%;
  text-transform: uppercase;
}
#slide-nav {
    position: absolute;
    float: right;
    right: 241px;
    top: 256px;
    z-index: 1000;
    font-size: 1.3em;
}
#slide-nav a {
    display: block;
    float: left;
    font-size: 13px;
    margin-right: 8px;
    background: #000;
    z-index: 1000;
    color: #fff;
    padding: 3px 6px 4px 6px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#slide-nav a.activeSlide {
    color: #000;
    background: #fff;
}