/************************************************************************/
/* RESET (Thanks to YUI) */

#ips_lightbox {
	z-index:10000;
	position: fixed;
	left: 0px;
	top: 0px;
	background: #444444;
	background: rgba(34,34,34,0.7);
	width: 100%;
	height: 100%;
	padding: 0 !important;
	overflow: hidden;
	font-family: 'Helvetica Neue', arial, verdana, tahoma, sans-serif;
	text-align: center;
	min-width: 950px;
}

	#ips_lightbox .lightbox_image {
	    max-height: 75%;
	    max-width: 75%;
		border: 2px solid #fff;
		margin-top: 60px;
		
	}

	#ips_lightbox .lightbox_caption {
		margin: 15px 0;
		font-size:1.4em;
		font-weight: bold;
		color: #888;
		
	}

	#ips_lightbox .lightbox_ps {
		position: absolute;
		left: 50%;
	}

#lightbox_wrap {
	-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.6);
	position: absolute;
	top: 50px; bottom: 50px;
	left: 50px; right: 50px;
}


#imageErrorWrap {
	background: #fff;
	box-shadow: 5px 0px 5px rgba(0,0,0,0.1) inset;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	padding: 20px;
	border-radius: 5px;
	overflow-y: auto;
	position: absolute;
	top: 50px; bottom: 50px;
	left: 50px; right: 50px;
}

#imageHolder {
	background: #161616 url(http://chamillionaire.com/public/style_images/cham/gallery/dark_linen.png );
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	height: 500px;
	vertical-align: middle;
}

   div.desc.lightboxImageDesc {
      position: relative;
      width: 97%;
      background-color: rgba( 0,0,0, 0.9 );
      top: -30px;
      padding: 10px;
   }

#theImage {
	text-align: center;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	height: 500px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

#ips_lightbox_loading {
	position: fixed;
	top: 400px;
	left: 50%;
}

#ips_lightbox_content {
	text-align: left;
	width: auto;
	margin-top: 50px;
	padding: 2px 20px;
}