#lbOverlay
{
    LEFT: 0px;
    WIDTH: 100%;
    CURSOR: pointer;
    POSITION: absolute;
    z-index:50;
    BACKGROUND-COLOR: #000;
    TOP: 0px
}
#lbCenter
{
    LEFT: 50%;
    OVERFLOW: hidden;
    POSITION: absolute;
    z-index:50;
    BACKGROUND-COLOR: #ffffff
}
#lbBottomContainer
{
    LEFT: 50%;
    OVERFLOW: hidden;
    POSITION: absolute;
    z-index:50;
    BACKGROUND-COLOR: #ffffff
}
#lbCenterVid, #lbBottomContainerVid {
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index:50;
	background-color: #fff; text-align: center; padding: 10px;
}
.lbLoading
{
    BACKGROUND: url(../images/loading.gif) #ffffff no-repeat center 50%
}
#lbImage
{
    BORDER-RIGHT: #ffffff 5px solid;
    BORDER-TOP: #ffffff 10px solid;
    LEFT: 0px;
    BORDER-LEFT: #ffffff 5px solid;
    BORDER-BOTTOM: #ffffff 20px solid;
    BACKGROUND-REPEAT: no-repeat;
    POSITION: absolute;
    z-index:50
}
#lbPrevLink
{
    DISPLAY: block;
    WIDTH: 50%;
    POSITION: absolute;
    TOP: 0px;
    LEFT: 0px;
    z-index:50;
    outline: none;
    BACKGROUND: url(../images/prevlabel_off.png) no-repeat 0% 50%
}
#lbNextLink
{
    DISPLAY: block;
    WIDTH: 50%;
    POSITION: absolute;
    TOP: 0px;
    RIGHT: 0px;
    z-index:50;
    outline: none;
    BACKGROUND: url(../images/nextlabel_off.png) no-repeat 100% 50%
}
#lbPrevLink:hover
{
    BACKGROUND: url(../images/prevlabel_on.png) no-repeat 0% 50%
}
#lbNextLink:hover
{
    BACKGROUND: url(../images/nextlabel_on.png) no-repeat 100% 50%
}
#lbBottom
{
    MARGIN-RIGHT: 10px;
    MARGIN-LEFT: 10px;
    BORDER-RIGHT: #ffffff 5px solid;
    BORDER-TOP: #ffffff 10px;
    FONT-SIZE: 10px;
    BORDER-LEFT: #ffffff 5px solid;
    COLOR: #666666;
    LINE-HEIGHT: 1.4em;
    BORDER-BOTTOM: #ffffff 10px solid;
    FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, sans-serif;
    TEXT-ALIGN: left
}
#lbCloseLink
{
    DISPLAY: block;
    BACKGROUND: url(../images/closelabel.gif) no-repeat center 50%;
    FLOAT: right;
    MARGIN: 5px 0px;
    WIDTH: 66px;
    HEIGHT: 22px
}
#lbCaption
{
    MARGIN-RIGHT: 71px;
    FONT-WEIGHT: bold
}
#lbTitulo
{
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    COLOR: #666666;
    TEXT-ALIGN: center
}
#lbNumber
{
    MARGIN-RIGHT: 71px
}

