/* CSS necessário*/
#basegaleria {
    width: 962px;
    height: 300px;
    margin: 0;
    padding: 0;
    position: relative;
}

.stepcarousel {
    position: relative;
    overflow: hidden;
    width: 962px;
    height: 300px;
    margin: 0 auto;
}

.stepcarousel .divConteudo{
    position: absolute;
    left: 0;
    top: 0;
}

.galbtleft {
    height: 56px;
    margin: 118px 0 0 0;
    padding: 3px 10px 0 0;
    position: absolute;
    z-index: 10;
    outline: none;
}

.galbtright {
    float: right;
    width: 20px;
    height: 56px;
    margin: 118px 0 0 0;
    padding: 3px 0px 0 0;
    position: absolute;
    z-index: 10;
    right: 0;
    outline: none;
}

.stepcarousel .painel{
    float: left;
    overflow: hidden;
    width: 962px;
    height: 300px;
}