/**
 * The main container
 */

iframe{
	padding : 0 0 0 0;
}
.preloader{
    position : absolute;
}


.stage{
    background : #ffffff;
    position : absolute;
}

.dragger{
    width : 2px;
    background : #ffffff;
    cursor : move;
}

.images img{
    position : absolute;
    -moz-user-select : none;
    -webkit-user-drag : none;
}
.labels{
    position : absolute;
    font: bold 12px arial;
    color: #666;
    padding : 5px 5px 5px 5px;
    background : #ffffff;
}
/** FOOTER **/
.credito {
    clear: both;
    padding: 3px 10px;
    border-top: 1px solid white;
    height: 14px;
    background: #F8F8F8;
    position : absolute;
}

.credito_cite {
    float: left;
    font: 11px arial;
    color: #666;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
}

.legenda {
    position : absolute;
    clear: both;
    padding: 5px 10px;
    border-top: 1px solid white;
    background: #F8F8F8;
    margin: 0;
    height : 27px;
}

.legenda_texto {
    margin: 0;
    font: bold 12px/16px arial;
    color: #333;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
}

.map_button{
    position : absolute;
    width : 30px;
    height : 20px;
    background : red;
    cursor : pointer;
    padding : 0 0 0 0;
    margin : 0 0 0 0;
}
