/* ColorBox Core Style: */
#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;}
 
/*  User Style: */
#cboxOverlay{background:#FDF9F6;}
#colorbox{}
  #cboxContent{overflow:visible;}
    .cboxIframe{}
    #cboxError{padding:50px; border:1px solid #ccc;}
    #cboxLoadedContent{margin-bottom:60px;}
    #cboxTitle{position:absolute; top:430px; left:0; text-align:center; width:100%; color:#212234;}
    #cboxPrevious{position:absolute; top:430px; left:0; width: 25px; color:#212234;font-weight: normal;}
    #cboxCurrent{position:absolute; top:430px; left:25px; width: 35px; text-align:center; color:#212234;}
    #cboxNext{position:absolute; top:430px; left:60px; width: 25px; text-align:right; color:#212234;font-weight: normal;}
    #cboxClose{position:absolute; top:430px; right:0; display:block; color:#212234;}
