/* colorbox defaults */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* Lightbox Container */
#cboxOverlay { position: fixed; width: 100%; height: 100%; background-color: #FFF;}
#cboxContent { background-color:#525252; border-radius: 5px 5px; padding: 6px;}
/*#cboxContent { background-color: #fff; border: 1px solid #555;width:1px; }*/
#cboxLoadedContent { background-color: #fff; border: 1px solid #555;width:1px; }
#cboxClose {display:none!important;}
#cboxLoadingGraphic{background: url(../img/ajax-loader-horizontal.gif) no-repeat center center;}
