/*
    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:99999;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{}
#cboxTitle{margin:0; display:none;}
#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; padding:0;}
.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:#000;}
#colorbox{font: 12px;}
    #cboxContent{ }
        .cboxIframe{ background-color:#FFFFFF;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:35px;}
        #cboxTitle{ display:none; font-size:0px;}
        #cboxCurrent{   bottom: 23px;
    					color: #949494;
    					position: inherit;
						color:#FFFFFF;
						margin-left:4px;
		}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious, #cboxNext{
						background-color: #FF4D39;
						border-radius: 2px 2px 2px 2px;
						bottom: 25px;
						position: inherit;
						text-transform: capitalize;
						margin-top: 0px;
						margin-right: 8px;
						margin-bottom: 0px;
						margin-left: 0px;
						padding-top: 2px;
						padding-right: 4px;
						padding-bottom: 2px;
						padding-left: 4px;
						color:#FFFFFF;
		}
		#cboxPrevious:hover, #cboxNext:hover{
						color:#000000;
						background-color: #666666;
						}
        #cboxLoadingOverlay{}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{display:none; font-size:0px;}
        #cboxClose:hover{display:none; font-size:0px;}