#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	/*overflow:hidden;*/
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#cboxClose {
	cursor:pointer;
}
.cboxPhoto {
	float:left;
	margin:auto;
	border:0;
	display:block;
}
.cboxIframe {
	width:100%;
	height:100%;
	display:block;
	border:0;
}
#cboxOverlay {
	background:#000;
}
#colorbox {
}
/*#cboxTopLeft {
	width:14px;
	height:14px;
	background:url(images/controls.png) no-repeat 0 0;
}
#cboxTopCenter {
	height:14px;
	background:url(images/border.png) repeat-x top left;
}
#cboxTopRight {
	width:14px;
	height:14px;
	background:url(images/controls.png) no-repeat -36px 0;
}
#cboxBottomLeft {
	width:14px;
	height:43px;
	background:url(images/controls.png) no-repeat 0 -32px;
}
#cboxBottomCenter {
	height:43px;
	background:url(images/border.png) repeat-x bottom left;
}
#cboxBottomRight {
	width:14px;
	height:43px;
	background:url(images/controls.png) no-repeat -36px -32px;
}
#cboxMiddleLeft {
	width:14px;
	background:url(images/controls.png) repeat-y -175px 0;
}
#cboxMiddleRight {
	width:14px;
	background:url(images/controls.png) repeat-y -211px 0;
}*/
#cboxContent {
	/*background:#fff;*/
	overflow:visible;
}
.cboxIframe {
	background:#fff;
}
#cboxError {
	padding:50px;
	border:1px solid #ccc;
}
#cboxLoadedContent {
	margin-bottom:5px;
}
#cboxLoadingOverlay {
}
#cboxLoadingGraphic {
}
#cboxCurrent {
	position:absolute;
	bottom:-25px;
	left:58px;
	font-weight:bold;
	color:#7C7C7C;
}
#cboxClose {
	position:absolute;
	top:-7px;
	right:-10px;
	width:30px;
	height:30px;
	z-index:9;
	text-indent:-9999px;
	background:url(images/icon-close.png) no-repeat;
}

.popup-content {padding:20px; background:#fff; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; -mz-border-radius:10px; -o-border-radius:10px;}

.popup-full {width:1000px; height:650px;padding:20px; background:#fff; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; -mz-border-radius:10px; -o-border-radius:10px;}