/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

#HP-Advert{
    float: left;
    background-color: #ffffff;
    width: 980px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

#Adverts{
    float: left;
    width: 980px;
    height: 300px;
    overflow: hidden;
}

#Nav{
    position: absolute;
    top: 10px;
    right: 7px;
    z-index: 99999;
}

#Nav a{
    background-color: #E0E0E0;
    float: left;
    font-size: 0.8em;
    height: 18px;
    line-height: 18px;
    margin: 0 3px 0 0;
    text-align: center;
    width: 18px;
    border: 1px solid #333333;
    text-decoration: none;
}

#Nav a.activeSlide{
    background-color: #333333;
    border: 1px solid #E0E0E0;
}

/* ------------------------------------------------------------ */
/* Misc Elements */
/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

#Nav a{ color: #333333; }
#Nav a.activeSlide{ color: #E0E0E0; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */







