/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; border: 0px solid #FFFFFF; text-decoration: none; }
#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%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height: 520px; display:block; border:0;}

/* 
    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: url(/css/site/css/images/bg.png) repeat top left; }
#colorbox{}
    #cboxContent{ margin:0px; height: auto !IMPORTANT; padding: 20px 90px 170px; background: #FFFFFF; }
        #cboxError{ padding:50px; }
        /*#cboxLoadedContent{border:10px solid #000; background:#fff;}*/
        #cboxLoadedContent{ position: relative; padding: 0px; background: #FFFFFF; float: left; height: auto !IMPORTANT; }
        #cboxTitle{ position:relative; width: 100%; height: auto !IMPORTANT; margin: 0px 0px 0px; overflow: hidden; float: left; display: block; }
        /*#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc; display:none;}*/
        #cboxCurrent{ display: none !IMPORTANT; }		
        /*#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff; display: none;}*/
		#cboxSlideshow{display: none !IMPORTANT;}		
        #cboxPrevious{position:absolute; top: 25%; left: 20px; margin-top:0px; background:url(images/controls.png) no-repeat bottom left; width:49px; height:118px; text-indent:-9999px;z-index: 9999999; border: 0px solid #FFFFFF; }
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{ position:absolute; top: 25%; right: 20px; margin-top:0px; background:url(images/controls.png) no-repeat bottom right; width:49px; height:118px; text-indent:-9999px;z-index: 9999999; border: 0px solid #FFFFFF; }
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{}
        #cboxLoadingGraphic{/*background:url(images/loading.gif) no-repeat center center;*/}
        #cboxClose{ position:absolute; top: 20px; right: 20px; background:url(images/controls.png) no-repeat top center; width:27px; height:27px; text-indent:-9999px;  border: 0px solid #FFFFFF;  }
        #cboxClose.hover{background-position:top center;}	