/* core style */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper{max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#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; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* user style */
#cboxOverlay{background:url(images/overlay.png);}
#colorbox{outline:0; background:#fff; border-radius:3px;}
	#cboxContent{margin:5px;}
		.cboxIframe{background:#fff;}
		#cboxError{padding:30px 50px; border:1px solid #e7e7e7;}
		#cboxLoadedContent{margin-bottom:28px;}
		#cboxCurrent, #cboxTitle{position:absolute; bottom:4px; left:58px; color:#979797;}
		#cboxTitle{left:0; text-align:center; width:100%;}

		#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {position:absolute; bottom:0; width:25px; height:25px; text-indent:-9999px; border:0; padding:0; background:url(images/controls.png) no-repeat; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;}

		#cboxPrevious{background-position: -50px 0; left:0;}
		#cboxPrevious:hover{background-position:-50px -25px;}
		#cboxNext{background-position: -25px 0; left:27px;}
		#cboxNext:hover{background-position:-25px -25px;}
		#cboxClose{background-position: 0 0; right:0;}
		#cboxClose:hover{background-position:0 -25px;}

		#cboxSlideshow{right:27px;}
		.cboxSlideshow_on #cboxSlideshow{background-position:-100px 0;}
		.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
		.cboxSlideshow_off #cboxSlideshow{background-position:-75px 0;}
		.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}