/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    overflow: hidden;
    top: 0;
    z-index: 9999;
}
#colorbox { position: fixed !important; top: 0 !important;}
#cboxWrapper {box-shadow: 0 11px 6px -7px #000;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative !important;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxClose{ color: #34b131; }
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;background-color:black;}
/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; height:700%;}
#colorbox{}
#colorbox div { position: absolute; }
    #cboxTopLeft,
    #cboxTopCenter,
    #cboxTopRight,
    #cboxBottomLeft,
    #cboxBottomCenter,
    #cboxBottomRight,
    #cboxMiddleLeft,
    #cboxMiddleRight{display:block;}
    #cboxContent{margin-top:20px; overflow:hidden; display: block;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        /* #cboxLoadedContent{ padding: 0; margin: 40px 0 0; background:#fff;} */
        #cboxLoadedContent{ padding: 0; margin: 40px 0 0; background:#fff;width:668px!important;height:446px!important;left:340px;}		
        #cboxTitle{position:absolute; display: block;}
        #cboxCurrent{position:absolute; display: block;}
        #cboxSlideshow{position:absolute; display: block;}
        #cboxPrevious{position:absolute; display: block;}
        #cboxNext{position:absolute; display: block;}
        #cboxLoadingOverlay{ margin: 40px 0 0; background:#FFF; }
        #cboxLoadingGraphic{ background:url('images/loading.gif') no-repeat center center; }

#cboxClose {
    background: url("/prismtv/images/layer_sprite.png") no-repeat scroll 53px 3px rgba(0, 0, 0, 0);
    color: #00853f;
    display: block;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    padding-right: 25px;
    position: absolute;
    /* right: 20px; */
    text-align: right;
    text-decoration: none;
    top: 79px;
    width: 81px;
	left:915px;
}
#cboxClose.hover{}
