#classybox {
    position:fixed;
    height:100%;
    width:100%;   
    top:0;
    left:0;
    background-color: rgba(15, 15, 15, 0.6);
    z-index:2195; 
    overflow:auto;
} 
.classybox-loader {
    position:absolute;
    height: 45px;
    width: 45px;
    background: url(images/load.gif) center no-repeat rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    z-index: 2450;
}
.classybox-wrap {
    position:absolute; 
    height:20px;
    width:20px;
    padding:5px; 
    background-color: rgba(255, 255, 240, 1);
    border:solid 4px rgba(0, 0, 0, 0.5);
    background-clip:border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    overflow:visible; 
    z-index:999991;
    margin:0 auto;
    top:0; 
    left:0;  
    border-radius: 8px;
} 
.classybox-wrap .content-lightbox {
    position:relative;
    overflow:visible;  
}
.classybox-wrap .content-lightbox .image-lightbox,
.classybox-wrap .content-lightbox .object,
.classybox-wrap .content-lightbox iframe,
.youtube-player {
    border-radius: 8px;
    z-index:2220 !important;
}
.classybox-wrap .jb-number-img {
    position:absolute;
    top:7px;
    left:7px;
    font-size:1.0em;
    color:#FFFFFF;
    text-shadow:#000 1px 1px 2px;
    z-index:999999;
} 
.classybox-wrap .jb-panel {
    position: absolute;
    width: 35px;
    top: 7px;
    right: 7px;
    z-index:999999;
}
.classybox-wrap .jb-panel div {
    height:24px;
    width:24px;
    margin-bottom: 3px;
    padding:5px;
    border-radius: 8px;
    opacity:0.5;
    float: right;
}
.classybox-wrap .jb-panel div:hover {
    opacity: 1.0;
    background-color: rgba(51, 204, 255, 0.9);
}
.classybox-wrap .resize {
    background: url(images/resize.png) center no-repeat rgba(0, 0, 0, 0.8);
}
.classybox-wrap .fb {
    background: url(images/facebook.png) center no-repeat rgba(0, 0, 0, 0.8);
} 
.classybox-wrap .tw {
    background: url(images/twitter.png) center no-repeat rgba(0, 0, 0, 0.8);
} 
.classybox-wrap .gp {
    background: url(images/google.png) center no-repeat rgba(0, 0, 0, 0.8);
}
.classybox-wrap .jb-close {
    position:absolute; 
    top:-42px;
    right:10px;
    background:url(images/close.png) top right no-repeat;
    height:34px;
    width:34px;
}
.classybox-wrap .jb-next {
    position:absolute;   
    right:-43px;
    background:url(images/next.png) top right no-repeat;
    height:34px;
    width:34px;
    z-index:2190;
}
.classybox-wrap .jb-prev {
    position:absolute;   
    left:-43px;
    background:url(images/prev.png) top left no-repeat;
    height:34px;
    width:34px;
    z-index:2190;
}
.classybox-wrap .jb-close a,
.classybox-wrap .jb-next a,
.classybox-wrap .jb-prev a,
.classybox-wrap .jb-panel a {
    display:block;
    height:100%;
    width:100%;
    text-indent:-777em;
    outline:none;
}
.classybox-wrap h1 {
    margin:5px 0px 8px;
    padding-bottom:3px;
    letter-spacing:1.3px; 
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    color:#cdcdcd;
    border-bottom:solid 1px #7e7e7e;
}
.classybox-wrap h2.hide {
    text-indent: -999em;
    height: 0px;
    overflow: hidden;
}
.classybox-wrap p { 
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.0em;
    text-align:justify;
    color:#e5e5e5;
}
.classybox-wrap .text {
    position:absolute;
    background: url(images/bg.png) bottom left repeat-x;
    bottom:4px; left:0;
    padding:5px;
    width:99%; 
    z-index:2110;
}
* html .classybox-wrap .text {
    background-image:none;
    background-color:#0f0e0e;
}
.classybox-wrap .text {
    display: none;
}
.classybox-wrap .text h1 {
    margin:2px; 
    padding:1px;
    color:#919191;
    z-index:2230;
}
.classybox-wrap .text .description {
    position:relative;
    bottom:0px; 
    left:0px;
    padding:2px 2px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.0em;
    z-index:2260;
    color:#949494; 
}
.classybox-wrap .content-lightbox .adss {
    position: absolute; 
    width:100%;
    background: rgba(0, 0, 0, 0.6);
    bottom: 60px;
    overflow:visible;
    display:none; 
    z-index: 9999;
}
.classybox-wrap .content-lightbox .adss .qa {
    position: relative;
    margin: 0 auto;
}
.classybox-wrap .content-lightbox .adss .qa .closeads {
    position: absolute;
    height:18px;
    width:18px;
    top:-20px;
    right: 0px;
    background: url(images/close.gif) top left no-repeat;
    z-index: 9999;
}
.classybox-wrap .content-lightbox .adss .qa .closeads a {
    display: block;
    height: 100%;
    width: 100%;
}
.classybox-wrap .content-lightbox .adss span,
.classybox-wrap .content-lightbox .adss div {
    margin: 0 auto;
}
.classybox-wrap .content-lightbox .adss img {
    display: block;
    float:left;
    z-index: 9999;
}
/*tapnm*/
.classybox-wrap .jb-close a:hover {
    background:url(images/close.png) top right no-repeat;
}

.classybox-wrap .resize a {
    background: transparent;
}
.classybox-wrap .fb a {
    background: transparent;
} 
.classybox-wrap .tw a {
    background: transparent;
} 
.classybox-wrap .gp a {
    background: transparent;
}
.classybox-wrap .jb-next a {
    background:url(images/next.png) top right no-repeat;
}
.classybox-wrap .jb-next a:hover {
    opacity:0.3;
}
.classybox-wrap .jb-prev a {
	background: url(images/prev.png) top left no-repeat;
}
.classybox-wrap .jb-prev a:hover {
    opacity:0.3;
}

.gallery-res-lightbox a:hover{
	background: transparent !important;
}
/*tapnm*/
.gallery-res-lightbox a img:hover {
	opacity: 0.5;
}
