/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox
{
	width:900px;
	height:550px;
}
#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;}
/*#page-WigglesTV #cboxContent {width: 600px !important;}*/
#cboxLoadedContent{overflow:hidden;!important}
#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; max-width:1000px; max-height:800px}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    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.
*/
#colorbox.cboxIE #cboxLoadedContent{ background:#000; padding:0; margin:0; height:700px;overflow:hidden;}
#cboxOverlay{background:none;}
#colorbox{}
#cboxContent{overflow:hidden; padding:0; }
#cboxError{padding:50px; }
#cboxTitle{position:absolute; bottom:17px; left:0; text-align:center; width:100%; color:#fff; font-family: 'MetricRegular'; font-size:16px}
#cboxCurrent{display:none}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}

#cboxNext:hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:transparent url(/images/colorbox/loading.gif) no-repeat center center;}
#cboxClose{background:url(/images/tours/button/close.png) no-repeat top left; width:35px; height:36px; text-indent:-9999px;position:absolute;top:17px;right:12px;}
#cboxClose{}
