#colorbox {
	left: 0px; top: 0px; overflow: hidden; position: absolute; z-index: 9999;
}
#cboxOverlay {
	left: 0px; top: 0px; overflow: hidden; position: absolute; z-index: 9999;
}
#cboxWrapper {
	left: 0px; top: 0px; overflow: hidden; position: absolute; z-index: 9999;
}
#cboxOverlay {
	width: 100%; height: 100%; overflow: hidden; position: fixed;
}
#cboxMiddleLeft {
	clear: left;
}
#cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxTitle {
	margin: 0px;
}
#cboxLoadingOverlay {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
#cboxLoadingGraphic {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
#cboxPrevious {
	cursor: pointer;
}
#cboxNext {
	cursor: pointer;
}
#cboxClose {
	cursor: pointer;
}
#cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	margin: auto; border: 0px currentColor; border-image: none; float: left; display: block; max-width: none;
}
.cboxIframe {
	border: 0px currentColor; border-image: none; width: 100%; height: 100%; display: block;
}
#colorbox {
	box-sizing: content-box;
}
#cboxContent {
	box-sizing: content-box;
}
#cboxLoadedContent {
	box-sizing: content-box;
}
#cboxOverlay {
	background: rgb(51, 51, 51);
}
#colorbox {
	
}
#cboxContent {
	background: rgb(255, 255, 255); padding: 20px; border: currentColor; border-image: none; overflow: hidden;
}
.quickview #cboxContent {
	padding-right: 0px;
}
.cboxIframe {
	background: rgb(255, 255, 255);
}
#cboxError {
	padding: 50px; border: 1px solid rgb(204, 204, 204); border-image: none;
}
#cboxLoadedContent {
	
}
#cboxTitle {
	display: none !important;
}
#cboxCurrent {
	display: none !important;
}
#cboxSlideshow {
	display: none;
}
#cboxPrevious {
	top: 50%; text-indent: -9999px; margin-top: -40px; display: none; position: absolute;
}
#cboxNext {
	top: 50%; text-indent: -9999px; margin-top: -40px; display: none; position: absolute;
}
#cboxPrevious {
	left: 40px;
}
#cboxNext {
	right: 90px;
}
#cboxPrevious::after {
	background: rgb(255, 255, 255); transition:300ms; width: 50px; height: 50px; text-align: center; color: rgb(34, 34, 34); line-height: 46px; text-indent: 0px; font-family: fontAwesome; font-size: 30px; display: block; position: absolute;
}
#cboxNext::after {
	background: rgb(255, 255, 255); transition:300ms; width: 50px; height: 50px; text-align: center; color: rgb(34, 34, 34); line-height: 46px; text-indent: 0px; font-family: fontAwesome; font-size: 30px; display: block; position: absolute;
}
#cboxPrevious::after {
	content: "\f104";
}
#cboxNext::after {
	content: "\f105";
}
#cboxPrevious:hover::after {
	background: rgb(34, 34, 34); transition:300ms; color: rgb(255, 255, 255);
}
#cboxNext:hover::after {
	background: rgb(34, 34, 34); transition:300ms; color: rgb(255, 255, 255);
}
#cboxClose:hover::after {
	background: rgb(34, 34, 34); transition:300ms; color: rgb(255, 255, 255);
}
#cboxClose {
	top: 20px; right: 50px; text-indent: -9999px; font-size: 0px; position: absolute;
}
#cboxClose::after {
	background: rgb(255, 255, 255); transition:300ms; width: 30px; height: 30px; text-align: center; color: rgb(34, 34, 34); line-height: 28px; text-indent: 0px; letter-spacing: -2px; font-family: fontAwesome; font-size: 18px; display: block; position: absolute; content: "\f105 \f104";
}
