/*
ColorBox example user style
The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:url(../../../img/objects/colorboxOverlay.gif) 0 0 repeat;}
#cboxTopLeft{width:1px; height:1px; font-size:0px!; line-height:0px!;}
#cboxTopCenter{height:1px; font-size:0px!; line-height:0px!;}
#cboxTopRight{width:1px; height:1px; font-size:0px!; line-height:0px!;}
#cboxBottomLeft{width:1px; height:5px;}
#cboxBottomCenter{height:5px;}
#cboxBottomRight{width:1px; height:5px;}
#cboxMiddleLeft{width:1px;}
#cboxMiddleRight{width:1px;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1.2em; color:#fff;}
#cboxCurrent{position:absolute; bottom:3px; left:58px; color:#fff; font-size:1em;}
#cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#fff;}
#cboxPrevious{position:absolute; bottom:0; left:0px; background-position:-25px 0px; background-repeat:no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-25px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background-position:0px 0px; background-repeat:no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:0px -25px;}
#cboxLoadingGraphic{background:url(../../../img/loadingAnimation.gif) center center no-repeat;}
#cboxLoadingOverlay{background:url(../../../img/loadingAnimation.gif) center center no-repeat;}
#cboxClose{position:absolute; bottom:0; right:0; background-position:-50px 0px; background-repeat:no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover{background-position:-50px -25px;}

#colorbox{background-color: #c00;}
#cboxContent{background:#c00;}
#cboxClose, #cboxNext, #cboxPrevious
{background-image:url(../../../img/objects/colorboxControls_red.gif);}


/*
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;}
#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;}