/*
    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; }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:visible;}
#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:100%; 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:#fff;}
#colorbox{}
#cboxContent{margin-top:20px;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:10px solid #fff; background:#fff;}
*html #cboxLoadedContent{height:720px; margin-right:5px;}
#cboxTitle{position:absolute; bottom:10px; left:10px; line-height:1.5; color:#fff; font-size:12px; background:url(images/text_bg.png) repeat; padding:10px;      filter: alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;}
#cboxCurrent{position:absolute; font-family:'Kelly Slab', cursive; font-size:12px; top:-22px; right:110px; color:#211814;}
#cboxSlideshow{position:absolute; top:-20px; right:150px; color:#fff;}
#cboxPrevious{position:absolute; top:-29px; right:68px; background:url(images/controls.png) no-repeat right top; width:29px; height:29px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:right bottom;}
#cboxNext{position:absolute; top:-29px; right:39px; background:url(images/controls.png) no-repeat center top; width:29px; height:29px; text-indent:-9999px;}
#cboxNext.hover{background-position:center bottom;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
#cboxClose{position:absolute; top:-29px; right:10px; display:block; background:url(images/controls.png) no-repeat left top; width:29px; height:29px; text-indent:-9999px;}
/*#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}*/
#cboxClose.hover{background-position:left bottom;}