﻿body
{
    min-width: 1000px;
}
.blocoTexto
{
    text-align: justify;
    margin-bottom: 20px;
}
.linkEditor
{
    position: absolute;
    cursor: pointer;
    margin-top: -20px;
    margin-left: -10px;
    z-index: 999;
}
a label {
    cursor: pointer;
}
.linkEditorHover
{
    display: none;
    position: absolute;
    background: #ff9100;
    z-index: 998;
    opacity: 0.7;
}
.linkEditorPagina
{
    width: 730px;
    margin-top: 40px;
    cursor: pointer;
    z-index: 999;
}
.linkEditorBlocos
{
    width: 730px;
    margin-top: 20px;
    cursor: pointer;
    z-index: 999;
}
.linkEditorPaginaBlocos
{
    float: right;
    font-size: 27px;
    color: #999999;
    letter-spacing: -1px;
}
.slider-wrap
{
    width: 730px;
}
.stripViewer
{
    position: relative;
    overflow: hidden;
    width: 730px;
    height: 549px;
}
.stripViewer .panelContainer
{
    position: relative;
    left: 0;
    top: 0;
}
.stripViewer .panelContainer .panel
{
    float: left;
    height: 100%;
    position: relative;
    width: 730px;
}
.stripNavL, .stripNavR, .stripNav
{
    display: none;
}
.movers-row
{
    width: 730px;
}
.thumbs
{
    float: left;
    margin-right: 2.5px;
    margin-top: 5px;
}

/* optional icon style */
.zoomIcon { 
	display: none;
}

.zoom img {
	display: block;
}

.zoom img::selection {
    background-color: transparent; 
}
