#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
	-webkit-transform:translate3d(0, 0, 0)
}
#cboxWrapper {
	max-width:none
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left
}
#cboxContent {
	position:relative
}
#cboxLoadedContent {
	overflow:auto;
	-webkit-overflow-scrolling:touch
}
#cboxTitle {
	margin:0
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer
}
.cboxPhoto {
	float:left;
	margin:auto;
	border:0;
	display:block;
	max-width:none;
	-ms-interpolation-mode:bicubic
}
.cboxIframe {
	width:100%;
	height:100%;
	display:block;
	border:0;
	padding:0;
	margin:0
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box
}
#cboxOverlay {
	background:#000;
	opacity:.9;
	filter:alpha(opacity = 90)
}
#colorbox {
	outline:0
}
#cboxContent {
	padding:40px;
	background:#FFF
}
.fVideo #cboxContent {
	padding: 5px;
}
.cboxIframe {
	background:#fff
}
#cboxError {
	padding:50px;
	border:1px solid #ccc
}
#cboxLoadedContent {
	background:#fff
}
#cboxTitle {
	position:absolute;
	top:12px;
	left:20px;
	color:#333;
	line-height:1rem;
	font-size:1rem
}
#cboxCurrent {
	position:absolute;
	top:11px;
	left: 15px;
	color:#333;
	line-height:1rem;
font-size:.9rem
}
#cboxLoadingGraphic {
	background:url(../images/site/loadingFancy.gif) no-repeat center center
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border:0;
	padding:0;
	margin:0;
	overflow:visible;
	width:auto;
	background:none
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline:0
}
#cboxSlideshow {
	position:absolute;
	top:-20px;
	right:90px;
	color:#fff
}
#cboxPrevious, #cboxNext {
	display:block;
	width:19px;
	height:19px;
	padding:0;
	cursor:pointer;
	margin:0;
	text-align:left;
	text-indent:-9999px;
	border-radius:3px;
	background:#FF5043 url(../images/site/icoArrows.png) no-repeat;
	position:absolute;
	top:50%;
	margin-top:-10px;
transition:background-color .5s ease;
	user-select:none
}
#cboxPrevious {
	background-position:1px center;
	left:10px
}
#cboxNext {
	background-position:-20px center;
	right:10px
}
#cboxPrevious:hover, #cboxNext:hover {
	background-color:#D1362B;
}
#cboxPrevious:active, #cboxNext:active {
	margin-top:-7px
}
#cboxClose {
	position:absolute;
	top: 8px;
	right: 8px;
	display:block;
	background:#FFF url(../images/site/icoClose.png) no-repeat center;
	width: 24px;
	height: 24px;
	text-indent:-9999px;
	text-align:left;
transition:opacity .5s ease;
	border-radius: 5px;
}
#cboxClose:hover {
	opacity:.75
}
#cboxClose:active {
	top:10px;
}
