/*
    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;}

/* 
    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:#292929;}
#colorbox{}
    #cboxContent{overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#292929;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#191919;}
        #cboxTitle{position:absolute; bottom:-35px; left:0; font-size: 20px; color: #6C695F;
		}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow {text-indent:-9999px; width:130px; height:35px; position:absolute; bottom:-50px; background:url(images/controls.png) no-repeat 0 0;}
        
        #cboxClose{text-indent:-9999px; width:120px; height:35px; position:absolute; bottom:-50px; right: -5px;
			background:url(images/close.png) no-repeat 0 0;}
		#cboxClose:hover{background:url(images/close-hover.png) no-repeat 0 0;;}
		
        #cboxPrevious{position:absolute; top:50%; left:-75px; margin-top: -33px; background:url(images/arrow-left.png) no-repeat; width:60px; height:60px; text-indent:-9999px; z-index:99999}
        #cboxPrevious:hover{background:url(images/arrow-left-hover.png) no-repeat;}
        #cboxNext{position:absolute; top:50%; right:-75px; margin-top: -33px; background:url(images/arrow-right.png) no-repeat; width:60px; height:60px; text-indent:-9999px; z-index:99999}
        #cboxNext:hover{background:url(images/arrow-right-hover.png) no-repeat;}
        
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:140px;}
        
        .cboxSlideshow_on #cboxSlideshow{background:url(images/pause.png); right:140px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background:url(images/pause-hover.png); right:140px;}
        .cboxSlideshow_off #cboxSlideshow{background:url(images/play.png); right:140px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background:url(images/play-hover.png); right:140px;}
