﻿#pp_overlay
{
	background: #000;
	position: absolute; 
	top: 0; 
	left: 0;
	z-index: 0;
	width: 100%;
}

div.pp_v_overlay 
{
	background: #000;
	position: absolute; 
	top: 0; 
	left: 0;
	z-index: 0;
	width: 100%;
}

#galeria
{
    width: 631px;
    height: 533px;
    position: absolute;
    left: 50%;
    margin-left: -315px;
    top: 234px;
    background-image: url('../../Images/Etc/bg_galeria.png');
    background-repeat: no-repeat;
    z-index: -1;
}

    #g_imagem_principal
    {
        width: 600px;
        height: 380px;
        position: relative; 
        margin-left: 16px; 
        margin-top: 37px; 
        float: left;
        margin-bottom: 5px;
        line-height: 370px;
        vertical-align:baseline;
        text-align: center;
    }

    #g_imagem_principal img
    {
        max-width: 600px;
        max-height: 370px;
    }

    #g_bar
    {
        position: relative;
        width: 595px;
        margin-left:33px;
        margin-top:1px;
        float: left; 
        color: #fff;
    }

    #g_bar_left
    {
        color: #fff;
        font-weight:bold;
        font-size: 10pt;
        width: 490px;
        float:left;
    }

    #g_bar_right
    {
        color: #fff;
        width: 68px;
        margin-left: 12px;
        float:left;
        margin-top: -1px;
    }

    #g_thumbs
    {
        width: 591px;
        margin-left: 25px;
        float: left;
        margin-top: 10px;
    }

    #g_thumbs_left
    {
        width: 111px;
        float:left;
        position: relative;
        z-index: 99;
    }

    #g_thumbs_right
    {
        width: 474px;
        float: left;
    }

    .g_thumbs_right_img
    {
        float: right;    
    }

    .g_thumbs_right_img img
    {
        margin-left: 22px;
    }

    .g_thumbs_right_img_c
    {
        border: 1px solid #000;
    }
    .g_thumbs_right_img_c:hover
    {
        border: 1px solid #cc0000;
        cursor: pointer;
    }

#video
{
    width: 436px;
    height: 376px;
    position: absolute;
    left: 50%;
    margin-left: -218px;
    top: 230px;
    background-image: url('../../Images/Etc/bg_v_galeria.png');
    background-repeat: no-repeat;
    z-index: -1;
}

    #v_player
    {
        width: 400px;
        height: 300px;
        position: relative; 
        margin-left: 17px; 
        margin-top: 14px; 
        float: left;
    }

    #g_v_bar
    {
        position: relative;
        width: 366px;
        margin-left:33px;
        margin-top:13px;
        float: left; 
        color: #fff;
    }

    #g_v_bar_left
    {
        color: #fff;
        font-weight:bold;
        font-size: 10pt;
        width: 285px;
        float:left;
    }

    #g_v_bar_right
    {
        color: #fff;
        width: 68px;
        margin-left: 12px;
        float:left;
        margin-top: -1px;
    }
    
#fullscreen_container
{
    position: absolute;
    top: 150px;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: -1;
    min-width:300px;
    text-align:center;
    left: 50%;
    margin-left: -415px;
}

    #fullscreen_image
    {
        float: left;
        position:relative;
        text-align:center;
        width:100%;
    }
    
    #fullscreen_bar
    {
        position: relative;
        min-width:300px;
        float: left; 
        color: #fff;
        background-color: #000;
        height: 22px;
        padding-top: 3px;
    }

    #fullscreen_bar_left
    {
        color: #fff;
        font-weight:bold;
        font-size: 10pt;
        float:left;
        margin-left:13px;
    }

    #fullscreen_bar_right
    {
        color: #fff;
        width: 68px;
        margin-right: 12px;
        float:right;
        margin-top: -1px;
    }
