#cboxOverlay,
#cboxWrapper,
#colorbox {
	z-index: 100000000;
	overflow: hidden;
	padding: 0
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
	box-sizing: content-box
}

#cboxOverlay,
.cboxIframe {
	width: 100%;
	height: 100%
}

#cboxOverlay {
	overflow: visible;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../userfiles/image/colorbox/overlay.png)
}

#colorbox {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	border: 0 solid green;
}

#cboxWrapper {
	overflow: visible;
	height: auto !important;
	width: auto !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: fixed;
}

#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight {
	display: none
}

#cboxTopLeft {
	width: 21px;
	height: 21px;
	background: url(../userfiles/image/colorbox/controls.png) -101px 0 no-repeat
}

#cboxTopRight {
	width: 21px;
	height: 21px;
	background: url(../userfiles/image/colorbox/controls.png) -130px 0 no-repeat
}

#cboxBottomLeft {
	width: 21px;
	height: 21px;
	background: url(../userfiles/image/colorbox/controls.png) -101px -29px no-repeat
}

#cboxBottomRight {
	width: 21px;
	height: 21px;
	background: url(../userfiles/image/colorbox/controls.png) -130px -29px no-repeat
}

#cboxMiddleLeft {
	width: 21px;
	background: url(../userfiles/image/colorbox/controls.png) left top repeat-y
}

#cboxMiddleRight {
	width: 21px;
	background: url(../userfiles/image/colorbox/controls.png) right top repeat-y
}

#cboxTopCenter {
	height: 21px;
	background: url(../userfiles/image/colorbox/border.png) repeat-x
}

#cboxBottomCenter {
	height: 21px;
	background: url(../userfiles/image/colorbox/border.png) 0 -29px repeat-x
}

#cboxBottomLeft,
#cboxMiddleLeft {
	clear: left
}

#cboxContent {
	position: relative;
	margin: 2%;
	padding: 20px !important;
	border-style: solid;
	border-color: #F0800E;
	overflow: visible;
	border-radius: 4px;
	border-width: 2px;
	height: auto !important;
	box-sizing: border-box;
}

#cboxContent,
.cboxIframe {
	background: #fff
}

#cboxLoadedContent {
	width: 100% !important;
	overflow: auto;
	margin-bottom: 0;
	padding-bottom: 0; /*!important*/
	box-sizing: border-box;
}

#cboxCurrent, #cboxTitle {
	bottom: 4px;
	color: #949494
}

#cboxTitle {
	margin: 0;
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%
}

.cboxIframe, .cboxPhoto {
	display: block;
	border: 0
}

#cboxLoadingGraphic, #cboxLoadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
	cursor: pointer
}

.cboxPhoto {
	float: left;
	margin: auto;
	max-width: none
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}

#cboxCurrent {
	position: absolute;
	left: 58px
}

#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef
}

#cboxNext, #cboxPrevious {
	position: absolute;
	text-indent: -9999px;
	bottom: 0;
	width: 25px;
	height: 25px
}

#cboxPrevious {
	left: 0;
	background: url(../userfiles/image/colorbox/controls.png) -75px 0 no-repeat
}

#cboxPrevious:hover {
	background-position: -75px -25px
}

#cboxNext {
	left: 27px;
	background: url(../userfiles/image/colorbox/controls.png) -50px 0 no-repeat
}

#cboxNext:hover {
	background-position: -50px -25px
}

#cboxLoadingOverlay {
	background: url(../userfiles/image/colorbox/loading_background.png) center center no-repeat
}

#cboxLoadingGraphic {
	background: url(../userfiles/image/colorbox/loading.gif) center center no-repeat
}

#cboxClose {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../userfiles/image/colorbox/exit.png) no-repeat;
	width: 54px;
	height: 50px;
	text-indent: -9999px;
	border: none
}

.cboxIE #cboxBottomCenter, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight, .cboxIE #cboxTopCenter, .cboxIE #cboxTopLeft, .cboxIE #cboxTopRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.cboxIE6 #cboxTopLeft {
	background: url(../userfiles/image/colorbox/ie6/borderTopLeft.png)
}

.cboxIE6 #cboxTopCenter {
	background: url(../userfiles/image/colorbox/ie6/borderTopCenter.png)
}

.cboxIE6 #cboxTopRight {
	background: url(../userfiles/image/colorbox/ie6/borderTopRight.png)
}

.cboxIE6 #cboxBottomLeft {
	background: url(../userfiles/image/colorbox/ie6/borderBottomLeft.png)
}

.cboxIE6 #cboxBottomCenter {
	background: url(../userfiles/image/colorbox/ie6/borderBottomCenter.png)
}

.cboxIE6 #cboxBottomRight {
	background: url(../userfiles/image/colorbox/ie6/borderBottomRight.png)
}

.cboxIE6 #cboxMiddleLeft {
	background: url(../userfiles/image/colorbox/ie6/borderMiddleLeft.png)
}

.cboxIE6 #cboxMiddleRight {
	background: url(../userfiles/image/colorbox/ie6/borderMiddleRight.png)
}

#cboxClose {
	right: -19px;
	top: -19px
}