/*--------------------------------
	CSS file if thumbs disabled
---------------------------------*/
#featured {
    position: relative;
    background-color: #fafaf9;
    overflow: hidden
    }
#featured-navi {
    float: left;
    position: relative;
    margin-left: 6px
    }
#nav-featured {
    position: absolute;
    top: 270px;
    right: 10px;
    z-index: 1000;
    padding-right: 160px
    }
#nav-featured a {
    font-size: 0;
    float: left;
    width: 20px;
    height: 18px;
    padding-top: 1px;
    background: #fff;
    margin: 0 5px;
    text-decoration: none;
    text-align: center;
    background: url(../img/s.png) no-repeat
    }
#nav-featured a.activeSlide {
    background: url(../img/s-h.png) no-repeat
    }
#featured-navi a span#nextslide {
    font-size: 0;
    z-index: 1000;
    position: absolute;
    top: 50%;
    margin: -25px 0 0;
    right: 10px;
    width: 20px;
    height: 50px;
    background: url(../img/fleche_droite.png);
    background-repeat: no-repeat;
    background-position: center center
    }
#featured-navi a span#previousslide {
    z-index: 1000;
    position: absolute;
    top: 50%;
    margin: -25px 0 0;
    left: 10px;
    width: 20px;
    height: 50px;
    background: url(../img/fleche_gauche.png);
    background-repeat: no-repeat;
    background-position: center center
    }
#featured {
    margin-bottom: 20px
    }
#featured .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 460px;
    height: 50px;
    background: url(../img/nbg.png);
    border: 0;
    font-family: Arial;
    margin-bottom: 1px
    }
#featured .info h2 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 5px;
    margin: 0;
    overflow: hidden
    }
#featured .info p {
    margin: 0 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 15px;
    color: #f0f0f0;
    color: #fff
    }
#featured .info h2 a {
    text-decoration: none;
    color: #fd3f3f
    }
#featured .info a {
    text-decoration: none;
    color: #fff
    }
#featured .info a:hover {
    text-decoration: underline
    }