/* Colorbox 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: rgba(0, 0, 0, 0.5); }
#colorbox{outline:0;}
#cboxContent{background:#c2b89e;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:34px solid white; background:#c2b89e;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxLoadingGraphic{background:url(../img/loader.gif) no-repeat center center; background-size: 31px 31px}

/* buttons */
#cboxClose{
	border-top:11px;
	border-bottom:0;
	border-left:11px;
	border-right:11px;
	border-style:solid;
	border-color:black; 
	position:absolute; 
	top:0; 
	right:0; 
	display:block;
	background-image:url(../img/close.png);
	background-position:0 0 ;
	background-repeat:no-repeat;
	background-size: 12px 24px; 
	background-image: url(../img/closeIE8.gif) \9;
	background-color:black; 
	width:12px; 
	height:34px; 
	text-indent:-9999px;}
#cboxClose:hover{background-position:0 -12px ;border-color:#c2b89e; background-color:#c2b89e }
#cboxClose:focus {outline:none;}