/*-------------------------------------------*
/* Front-page Slider
/*-------------------------------------------*/
#slider {
    position: relative;
    width: 540px;
    height: 80px;
    margin-bottom: 2px;
}

.main_view {
    float: left;
    position: relative;
}

.window {
    overflow: hidden;
    position: relative;
    width:540px;
    height:79px;
}
.window_apresentacao {
    overflow: hidden;
    position: relative;
    width:540px;
    height:150px;
}

.image_reel {
    position: absolute;
    top: 0;
    left: 0;
}

.image_reel img {
    float: left;
}

.paging {
    padding: 5px 0 0 0;
    text-align: center;
    /* background:url(/img/slide-shadow.png) center -7px no-repeat;*/
    z-index: 80;
}

.paging a {
    text-indent:-9999px;
    /* background:url(/img/slide-nav-button.png) no-repeat center;*/
    width:14px;
    height:14px;
    display:inline-block;
    margin: 4px;
    border:none;
    outline:none;
}

.paging a.active {
    /* background:url(/img/slide-nav-button-hover.png) no-repeat center;*/
    border:none;
    outline:none;
}

.paging a:hover {
    font-weight: bold;
    border:none;
    outline:none;
}

.desc {
    width:540px;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 81;
    /* background: url(/images/30w087b.png);*/
    color: #404040;
    font-size: 1.2em;
    padding: 10px;
    border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    -khtml-border-radius: 0 0 3px 0;
    -webkit-border-radius: 0 0 3px 0;
}

.desc p {
    margin: 0;
}

#header {
    z-index:2;
}

#slider {
    z-index:1;
}