/*
    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; max-width:none;}
.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.	
*/
#cboxOverlay{background:#000;}
#colorbox{}	

	#cboxBottomLeft{width:4px; height:16px;  }
    #cboxBottomCenter{height:16px;}
    #cboxBottomRight{width:4px; height:16px;}

    #cboxContent{padding-top:34px; background:#ece4d3; overflow:visible; border: 4px solid #6B6456}
			
		.cboxIframe{background:#fff;}        
		#cboxError{padding:50px; border:1px solid #ccc;}
		       
		#cboxLoadedContent{  background:#ece4d3; border:  1px solid white }
		.cboxLoadedContentBorder {  }
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#ece4d3;}
        #cboxTitle{position:absolute; top: 7px; left:16px; text-align: left; font-family:  "Arial Narrow", Verdana, Geneva, sans-serif; color: #817969;	font-size:  20px; font-weight:  bold}
      
        #cboxClose{position:absolute; top:9px; right:9px;  width:14px; height:14px; background:url(../images/colorbox/close.png) no-repeat 0 0;text-indent:-9999px;}             		
        #cboxClose:hover{background-position:-0px -15px;}
		
      
	