/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#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; overflow:visible; color:#aaa; line-height: 1em;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#1a1a1a; wodth: 100%; height: 100%;}

#colorbox{}
    #cboxContent{margin-top:0;}
        #cboxLoadedContent{background:transparent; padding:0; margin-top:25px;}
        #cboxLoadingGraphic{background:url(../assets/images/loading.gif) center center no-repeat;}
        #cboxLoadingOverlay{}
	    .cboxPhoto{border: 1px solid #000; box-shadow: 0 1px 7px rgba(0,0,0,0.8);}
        #cboxTitle{position:absolute; top:0; left:25px; }
        #cboxCurrent{position:absolute; top:0; left:0; }
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{width:20px; height:20px; position:absolute; top:0; background:url(../assets/images/jp-controls.png) 0 0 no-repeat;}
        #cboxPrevious{background-position:0 -34px; right:44px;}
        #cboxNext{background-position:-35px -34px; right:22px;}
        #cboxClose{background-position:-70px -34px; width: auto; padding-left: 18px; right:0;}
        #cboxPrevious.hover, #cboxNext.hover, #cboxClose:hover, .cboxSlideshow_on #cboxSlideshow.hover, .cboxSlideshow_off #cboxSlideshow.hover{background-image:url(../assets/images/jp-controls-lit.png);}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{background-position:0 -35px; right:66px;}
        .cboxSlideshow_on #cboxSlideshow, .cboxSlideshow_off #cboxSlideshow{right:44px;}
#colorboximg-fr,
#colorboximg-en {
	background-color: transparent;
	text-align: center;
	display: none;
}
#colorboximg-fr img,
#colorboximg-en img {
	max-height: 720px;
}
#colorboximg-fr .cvimg,
#colorboximg-en .cvimg  {
	width: auto;
	height: 740px;
	box-shadow: -6px 6px 12px rgba(0,0,0,0.5);
	-moz-box-shadow: -6px 6px 12px rgba(0,0,0,0.5);
	-webkit-box-shadow: -6px 6px 12px rgba(0,0,0,0.5);
}
#colorboximg-fr .cvlink,
#colorboximg-en .cvlink {
	margin: 0.5em 0 2em;
}
