/*
    panorama.css    27.10.2006  (c) e.sens.e GmbH
*/

div.popup
{
    visibility: hidden;
    position: absolute;
    width: 510px;
    height: 440px;

    background-image: url('../img/popup_bg.gif');
    background-repeat: no-repeat;
    background-position: left top;
}

div.popup div.inner
{
    width: 500px;
    height: 430px;
    padding: 5px;
}

div.popup div.titlebar
{
    height: 24px;
}

div.popup div.titlebar a,
div.popup div.titlebar a:link,
div.popup div.titlebar a:visited,
div.popup div.titlebar a:active
{
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-top: 2px;
}

div.popup div.titlebar a:hover
{
    background-color: #e0e0e0;
}

div.popup div.titlebar img
{
    padding: 2px;
    border-style: none;
}

div.popup div.title
{
    padding-left: 5px;
    padding-top: 3px;
    color: #999999;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

div.popup div.scroller
{
    position: relative;
    width: 500px;
    height: 200px;
    overflow: hidden;
}

div.popup div.scroller img.panorama
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

div.popup a.scrollleft
{
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

div.popup a.scrollleft:hover
{
    background-image: url('../img/popup_scrollleft.gif');
    background-repeat: no-repeat;
    background-position: left top;
}

div.popup a.scrollleft img
{
    border-style: none;
}

div.popup a.scrollright
{
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 334px;
    z-index: 1;
}

div.popup a.scrollright:hover
{
    background-image: url('../img/popup_scrollright.gif');
    background-repeat: no-repeat;
    background-position: left top;
}

div.popup a.scrollright img
{
    border-style: none;
}

div.popup div.text
{
    padding: 20px;
}

