#colorbox,
#cboxOverlay,
#cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:500;
	background:none;
}

#cboxOverlay {
	position:fixed;
	top:60px;
	width:100%;
	height:77%;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:none;
}



#cboxMiddleLeft,
#cboxBottomLeft {
	display:none;
}

#cboxContent {
	position:relative;
	/*padding:10px 0 10px 130px;*/
	/*overflow:hidden;*/
	background:none;
}

#cboxLoadedContent[style] {
	overflow:hidden !important;
}

#cboxTitle {
	display:none;
}

.cboxIframe {
	border:0;
	/*overflow:hidden;*/
	background:none;
}

iframe {
	/*overflow:hidden;*/
	width:100%;
	height:100%;
	background:none;
}

button {
	background:none;
}

#colorbox div {
	background:none;
}

#cboxClose {
	position:absolute;
	top:60px;
	left:-85px;
	border:0;
	padding:13px 0 11px 0;
	margin:0;
	height:62px;
	width:210px;
	font:normal 18px/64px Avenir-Light;
	text-transform:uppercase;
	letter-spacing:.15em;
	color:#fff;
	background:url(../_images/close.png) top left no-repeat;
	-webkit-transform:rotate(-90deg);
	text-align:center;
}

#cboxClose:active {
	outline:0;
}

