#cboxOverlay {
	background: url('colorbox/overlay.png') repeat 0 0;
}
#cboxTopRight, #cboxTopLeft, #cboxTopCenter, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomRight, #cboxBottomCenter {
	background: transparent;
}

#cboxContent { 
	border: 8px solid #fff;  
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	overflow: hidden;
	border-right: 0px;
}
#cboxLoadedContent { 
	margin-bottom: 0px;
}
#profile { 
	height: 480px; 
	overflow: auto;
}


#cboxClose, #cboxClose:hover {
	position: absolute;
	top: 0px;
	right: 35px;
	background: url('colorbox/colorbox_close.png');
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	z-index: 1000;
}
