div.standard_theme div.left_panel
{
   display: none; 
}
div.standard_theme div.right_panel
{
    width:100%;
    height:320px; 
    position: relative;
    text-align: center;
}
div.standard_theme div.right_panel img
{
    width:100%;
    height:320px; 
}

div.divider_theme div.right_panel img
{
    width:100%;
    height:320px; 
}



/*div.standard_theme div.left_panel
{
   display: none; 
}

div.standard_theme div.panel_title
{
   display: none; 
}

div.standard_theme div.right_panel
{
    width:100%;
    height:320px; 
    position: relative;
}

div.divider_theme div.panel_title
{
   display: none; 
}

div.divider_theme div.slide_show_container div.left_panel
{    
    width:20%;
    height:320px;
    position: relative;
    float: left; 
} 
div.divider_theme div.slide_show_container div.right_panel
{    
    width:80%;
    height:320px; 
    position: relative;
    float: right;
}

div.divider_theme div.panel_description
{
    padding: 5px 5px 5px 5px;
}

div.tooltip_theme div.left_panel
{
     display: none; 
}

div.tooltip_theme div.panel_title span
{
    display: none;
    position:relative;
    padding-right: 20px;
}

div.tooltip_theme div.panel_title
{
    position: absolute;
    z-index: 1000; 
    width: 100%;
    text-align:right;
    margin-bottom:100px;
    height: 10%;
    background-color: black;
    color:black;   
}

div.tooltip_theme:hover div.panel_title span{
    display:block;
    color:white;
}*/