.captionOrange, .captionBlack
{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
.captionOrange
{
    background: #EB5100;
    background-color: rgba(235, 81, 0, 0.6);
}
.captionBlack
{
    font-size:16px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
a.captionOrange, A.captionOrange:active, A.captionOrange:visited
{
    color: #ffffff;
    text-decoration: none;
}
a.captionOrange:hover
{
    color: #eb5100;
    text-decoration: underline;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.7);
}
.bricon
{
    background: url(img/browser-icons.png);
}

.jssort05 .f
{
    clip: rect(8px 63px 63px 8px);
}
.jssort05 .i
{
    position: absolute;
    background: #000;
    filter: alpha(opacity=30);
    opacity: .3;
    width: 72px;
    height: 72px;
    top: 0;
    left: 0;

    transition: background-color .6s;
    -moz-transition: background-color .6s;
    -webkit-transition: background-color .6s;
    -o-transition: background-color .6s;
}
.jssort05 .pav .i
{
    background: #fff;
    filter: alpha(opacity=80);
    opacity: .8;
}
.jssort05 .pdn .i { background: none; }

.jssort05 .p:hover .i, .jssort05 .pav:hover .i
{
    background: #fff;
    filter: alpha(opacity=30);
    opacity: .3;
}
.jssort05 .p:hover .i
{
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.jssord06l, .jssord06r, .jssord06ldn, .jssord06rdn
{
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(img/d06.png) no-repeat;
    overflow:hidden;
}
.jssord06l { background-position: -8px -38px; }
.jssord06r { background-position: -68px -38px; }
.jssord06l:hover { background-position: -128px -38px; }
.jssord06r:hover { background-position: -188px -38px; }
.jssord06ldn { background-position: -248px -38px; }
.jssord06rdn { background-position: -308px -38px; }



#jdvg-jssor {
    position:relative;
    top:0px;
    left:0px;
    z-index:999999;

}

#jdvg-jssor .jdvg-caption {
    position: absolute;
    top: 250px;
    left: 0px;
    width: 600px;
    height: 50px;
}

.jdvg-caption {

}

#jdv-gallery {

}

#jdvg-wrapper {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    padding:20px 0;
    z-index:9999;
    margin:0;
}

.closeBtn {
    width:30px;
    height:30px;
    background: url(close.png) center center no-repeat;
    position: absolute;
    z-index: 999999;
    right: 0px;
    top: 0px;
    opacity:0.8;
}

.closeBtn:hover {
    opacity:1;
}

.jdvg-caption {
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    padding:15px 10px;
    background: rgba(0,0,0,0.8);
    color:#ffffff;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size:15pt;
}