#homepage-slide
{   
    background: #dadada;
    margin: 0 0 7px 0;
    position: relative;
    overflow: hidden;
    height: 338px;
}

.slides div
{
    background: #a7a39c;
    display: none;
    float: left;
    position: relative;
}

.slides div.html
{
    background: #cecece;
}

.tooltip
{
    display: none;
    margin: 0 0 0 -45px;
    padding: 3px;
    position: absolute;
    top: -35px;
    background: #d5d4c7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #A7A39C;
    z-index: 110;
    height: auto;
    width: 300px;
}

.indexlinks 
{
    position:absolute;
    top: 299px;
    left: 30px;
    z-index:100;
    background: transparent url(/projects/_content/mainfeatures/assets/nfs_bg_2.png) no-repeat;
    height: 29px;
    width: 249px;
    text-align: center;
    padding-left: 13px;
}

.indexlinks li
{
    float: left;
    display: block;
    padding: 3px 2px;
    /*background: #ffffff;*/
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.indexlinks li a
{   
    color: White;
}

.slides div
{
    display: inline-block;
}

#progress
{
    width: 50px;
    height: 10px;
    background: #77746C;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 3px solid #a7a39c;
    /* POSITIONING */
    position: absolute;
    top: 305px;
    left: 213px;
    z-index: 100;
}

#slideshowPrev 
{
    display: none;
    position:absolute;
    z-index: 100;
    left: 20px;
    top: 165px;   
}

#slideshowPause
{
    position:absolute;
    z-index: 100;
    left: 186px;
    top: 302px;   
}

#slideshowNext 
{
    display: none;
    position:absolute;
    z-index: 100;
    left: 675px;
    top: 165px;   
}

#roller
{
    height: 10px;
    background: #d5d4c7;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > BUBBLES
/* ---------------------------------------------------- */
.indicator
{
 width: 22px;
 height: 22px;
  background: transparent url(/projects/_content/mainfeatures/assets/icon_bubble.png) no-repeat;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
}

.bubble 
{
    position: absolute;
    z-index: 110;
    
    
    
}

.bubbleContent
{
    display: none;
    overflow: hidden;
    width: 250px;
    padding: 10px;
    clear: both;
    border: 2px solid #A7A39C;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.bubbleInsert
{
    width: 230px;
    margin: 12px;
    margin-top: 0px;
    
}

.close
{
    float: right;
    padding: 0px;
    margin-right: 5px;
    font-weight: bold;
    cursor: pointer;
    display: none;
}

