/*
    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:9990; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#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%;}
#cboxClose{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:#333;}

#colorbox{outline:0;}
	#cboxContent{margin-top:1px; overflow:visible; background:#000;}
    #cboxPhoto{ width:100%; height:100%; }
    #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:25px; height:25px; position:absolute; top:-25px; background:url(/company/sustainability/connection/tokunoshima/img/controls.png) no-repeat 0 0;}
	#cboxClose{
	position:absolute;
	top:10px;
	right:10px;
	display:block;
	width:26px;
	height:26px;
	text-indent:-9999px;
	background-image: url(/company/sustainability/connection/tokunoshima/img/controls.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center top;
}
        #cboxClose:hover{background-position:bottom center;}
