/* *************************************************** */
/* JQuery.ColorBox                                     */
/* *************************************************** */

#cboxOverlay {
	background:#ffffff;

	opacity: 0.9;
	filter: alpha(opacity = 90);
}

#cboxWrapper {
	border: 1px solid #949391;

	background:#ffffff;

	opacity: 1.0;
	filter: alpha(opacity = 100);
}

#cboxContent,
#cboxLoadingOverlay {
	background: #ffffff;
}

#cboxLoadedContent {
	padding: 0;

	background:#ffffff;
}

#cboxClose {
	top: -29px;
	right: 5px;

	width: 28px;
	height: 28px;

	background: none;

	color: transparent;
	overflow: hidden;

	text-indent: 0;
}

#cboxClose:before {
	font: normal normal normal 14px/1 'KnowHowIcon';

	font-size: 21px;

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	content: "\fc" !important;
	font-weight: 400 !important; /* regular style/weight */

	color: #6b6b6a;
}

#cboxClose:hover:before {

	color: #640f7b;
}

#cboxLoadingGraphic {

	background: none;
}