.stage_container{
    width: 1050px; 
    display: none;
}

.stage_highlight{
    width: 674px;
    height: 300px; /*tbd*/
    position: relative;
    float: left;        
}

.stage_image{
    width: 674px;
    height: 300px; /*tbd*/
    position: absolute;
    display: none;
    opacity: 1.0;
    cursor: pointer;
}


.stage_overlay{
    background-color: white;
    opacity: 0.85;  
    width: 637px;        
    position: absolute;
    bottom: 20px;
    left: 15px;
    border: 1px solid #d4d4d4;
}

.stage_title{
    font-weight: bold;
    font-size: 10pt;
  
}
.stage_text{
    font-weight: normal;
    font-size: 8pt;
}

.stage_title, .stage_text{
      padding: 5px 0 5px 5px;
}

.stage_navigation{
    float:left;
    width: 324px;
    height: 299px;     
    position: relative;
    background: white;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    
}

.stage_navpage{
    width: 325px;
    position: absolute;
    display: none;
    opacity: 1.0;
}

.stage_item{
    height: 69px;
    float: left;
    width: 324px;    
    border-bottom: 1px solid #DDD;    
    background: white;
    cursor: pointer;
}


.stage_item_active{
    background: #EEE;
    background: -webkit-linear-gradient(#D7D7D7, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D7D7D7, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D7D7D7, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D7D7D7, white); /* Standard syntax */
}

.stage_item_image{
    margin: 8px 15px;
    height: 50px;
    width: 50px;
    float: left;
}

.stage_item_text{
    margin: 7px 15px;    
    width: 295px;    
}

.stage_item_title{
    font-weight: bold;
    font-size: 9pt;
}

.stage_item_subtitle{
    font-weight: normal;
    font-size: 8pt;
}

.stage_cicles{
    height: 26px;
}

.nav_circles{
    height: 15px;
    position: absolute;
    list-style: none;
    bottom: 3px;
    right: 5px;
   
}

.nav_circles li{
    float: left;    
    margin: 0 0 0 2px;    
}


.nav_circles div{
    display: block;   
    width: 15px;
    height: 15px;
}

.nav_circles div:hover{
    cursor: pointer;
}

.nav_circle_inactive:hover{
    background: url("../images/circle_hover.png");        
}

.nav_circle_inactive{
    background: url("../images/circle_inactive.png");    
}

.nav_circle_active{
    background: url("../images/circle_active.png");    
}




.clearer{
    clear: both;
}
