/*
 * Home page specific overrides.
*/


/* ----------------------------------------------------- [CONTENT] */
#main-navigation {
    margin-bottom: 13px;
}
#content {
    background: url(../images/content_home_bg.png) left top no-repeat;
    border: none;
    padding: 4px 9px 14px 9px;
    margin-left: 20px;
}
#extra {
    margin-bottom: 0;
    margin-top: 13px;
}
    #extra .group {
        margin-bottom: 13px;
    }
#footer {
    padding-top: 0px;
}

/* ----------------------------------------------------- [SLIDER] */
#slider {
    position: relative;
    width: 909px;
    height: 319px;
    background: url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
