/* main vertical scroll */
div#featured_content_holder {
    width: 620px;
    height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}

#featured_content_main {
    position:relative;
    overflow:hidden;
    height: 250px;
    width: 410px;
}

/* root element for pages */
#featured_content_pages {
    position:absolute;
    height: 250px;
    width: 410px;
    z-index: 10;
}

/* single page */
.page {
    padding: 0;
    margin: 0;
    height: 250px;
    width: 410px;
    position: relative;
    cursor: hand;
}

.page a {
    display: block;
    margin: 0;
    padding: 0;
    height: 250px;
    width: 410px;
    color: #ffffff;
    text-decoration: none;
}

.page div.info_bar {
    background: url('/img/master/backgrounds/black_50.png');
    float: left;
    width: 410px;
    position: absolute;
    z-index: 90;
    bottom: 0;
}

.page div.info_bar div.read_more {
    width: 120px;
    text-align: center;
    flow: right;
    border: solid 1px #ffffff;
    float: right;
    margin: 10px 10px 0 0;
    background: url('/img/master/backgrounds/black_50.png');
}

.page div.info_bar div.read_more:hover {
    color: #cccccc;
    border: solid 1px #cccccc;
}

.page div.info_bar h2 {
    padding: 5px 0 0 5px;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
}

.page div.info_bar h3 {
    padding: 5px 0 10px 15px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
/* main navigator */
#featured_content_nav {
    float:right;
    padding:0px !important;
    margin:0px !important;
}

#featured_content_nav li {
    background-color:#5e95a7;
    border-top:1px solid #001724;
    border-left:1px solid #666;
    clear:both;
    color:#FFFFFF;
    font-size:12px;
    height:49px;
    list-style-type:none;
    padding: 0;
    margin: 0;
    width:209px;
    cursor:pointer;
    overflow: hidden;
}
#featured_content_nav li.first {
    height: 50px;
    border-top: none;
}

#featured_content_nav li h4 {
    padding: 7px 0 0 10px;
    margin: 0;
    font-size: 16px;

}

#featured_content_nav li h5 {
    padding: 3px 0 0 10px;
    margin: 0;
    font-size: 12px;
    font-style: italic;
}

#featured_content_nav li:hover {
    background-color:#444;
}

#featured_content_nav li.active {
    background-color:#2d5e73;
}

#featured_content_nav strong {
    display:block;
}

