/* sequence */
#banner-image-background{
    min-width: 940px;
    background-color: #FFFFFF;
}

#banner{
    position: relative;
    overflow: hidden;
}

#sequence{
    min-height: 214px;
}

#banner .next,
#banner .prev {
    top: 250px;
    background: transparent url("../images/cicle-buttons.png") no-repeat;
    width: 12px;
    height: 15px;
    display: none;
}

#banner .next{
    background-position: right center;
}

#banner .prev{
    background-position: left center;
}
/*
#nav-container #nav-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding-bottom: 15px;
    z-index: 2;
}
*/
#nav-container {
    text-align: center;
    background-color: #FFFFFF;
}

#nav-container #nav{
    display: none;
}

#nav-container #nav li{
    display: inline-block;
    width: 13px;
    height: 12px;
    background: transparent url("../images/nav-button.png") center center no-repeat;
    overflow: hidden;
    margin: 0 5px;
    cursor: pointer;
}

#nav-container #nav li.active{
    background-image: url("../images/nav-button-active.png");
}

#sequence-preloader{
    background-color: #FFFFFF;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 999999;
    vertical-align: middle;
    text-align: center;
    display: none;
}

#sequence a.model,
#sequence a.model:visited
#sequence a.model:link,
#sequence a.model:active,
#sequence a.model:focus{
    text-decoration: none;
    color: transparent;
}

#banner{
    position: relative;
}