#colorbox {
	width: 490px!important;
}
.cboxPhoto {
	height: 400px!important;
	left: 0!important;
	width: 400px!important;
	float: left;
	margin: 0;
	border: 0;
	display: block;
}
#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;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#cboxOverlay {
	background: #000;
}
#cboxWrapper {
	background: #222;
	width: 490px!important;
}
#colorbox {
}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxCurrent {
	display: none;
}
#cboxContent {
	background: #222;
	overflow: visible;
	position: relative;
	width: 490px!important;
}
.cboxIframe {
	background: #222;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	margin: auto;
}
#cboxLoadingOverlay {
	background: #222;
}
#cboxLoadingGraphic {
	background: url(../img/popup/loading.gif) no-repeat center center;
}
#cboxTitle {
	position: absolute;
	bottom: -25px;
	left: 0;
	text-align: center;
	width: 100%;
	font-weight: bold;
	color: #7C7C7C;
}
#cboxCurrent {
	position: absolute;
	bottom: -25px;
	left: 58px;
	font-weight: bold;
	color: #7C7C7C;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	position: absolute;
	bottom: 0;
	background: url(../img/popup/controls.png) no-repeat -54px -28px;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	display: block;
}
#cboxPrevious {
	left: 10px;
	background-position: -54px -28px;
}
#cboxPrevious:hover {
	background-position: -54px -28px;
}
#cboxNext {
	right: 10px;
	background-position: -77px -28px;
}
#cboxNext:hover {
	background-position: -77px -28px;
}
#cboxClose {
	right: 10px;
	background-position: -103px -28px;
	top: 6px;
}
#cboxClose:hover {
	background-position: -103px -28px;
}
.cboxSlideshow_on #cboxSlideshow {
	background-position: -125px 0px;
	right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
	background-position: -150px -25px;
	right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -125px 0px;
}
