#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}
#cboxOverlay {
	overflow: hidden;
	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;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
#cboxOverlay {
	background: #333;
}
#colorbox {
	outline: 0;
	overflow: visible !important;
}
#cboxContent {
	margin-top: 40px;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	border: 6px solid #006eb3;
	background: #fff;
	padding: 25px 16px;
	border-radius: 5px;
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
	display: none !important;
}
#cboxLoadingGraphic {
	background: url(img/loading.gif) no-repeat center center;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}
#cboxPrevious {
	position: absolute;
	top: 0;
	left: 4px;
	margin: 0;
	background: #f0f0f0 url(/_shared/js/colorbox/img/prevlabel.png) no-repeat center center;
	width: 38px;
	height: 100%;
	text-indent: -9999px;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
}
#cboxPrevious:hover {
	background-color: #d2eaff;
}
#cboxNext {
	position: absolute;
	top: 0;
	right: 4px;
	margin: 0;
	background: #f0f0f0 url(/_shared/js/colorbox/img/nextlabel.png) no-repeat center center;
	width: 38px;
	height: 100%;
	text-indent: -9999px;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
}
#cboxNext:hover {
	background-color: #d2eaff;
}
#cboxClose {
	position: absolute;
	top: -30px;
	right: -26px;
	display: none;
	background: url(/_shared/js/colorbox/img/btn_close.png) no-repeat top left;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	outline: none;
}
#cboxClose.b2 {
	display: none !important;
/*
	position: absolute;
	top: -25px;
	right: 40px;
	margin-right: 0;
	display: block;
	background: url(/_shared/js/colorbox/img/closelabel2.png) no-repeat top left;
	width: 94px;
	height: 30px;
	text-indent: -9999px;
*/
}
#cboxClose:hover {
	opacity: 0.8;
}


#colorbox, #mihonbox, #miboxOverlay, #miboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}


a {
	border: none;
	outline: none;
}

.cls2{ display: none !important; }