﻿#colorbox, #cboxOverlay, #cboxWrapper {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 9999;
}
#cboxOverlay {
	height: 100%;
	position: fixed;
	width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	overflow: visible;
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxLoadedContent iframe {
	border: 0 none;
	display: block;
	height: 100%;
	width: 100%;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
#cboxOverlay {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #000000 none repeat scroll 0 0;
}
#colorbox {
}
#cboxTopLeft {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../img/colorbox/controls_reverse.png) no-repeat scroll -175px 0;
	height: 43px;
	width: 14px;
}
#cboxTopCenter {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../img/colorbox/border_reverse.png) repeat-x scroll left top;
	height: 43px;
}
#cboxTopRight {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../img/colorbox/controls_reverse.png) no-repeat scroll -211px 0;
	height: 43px;
	width: 14px;
}
#cboxBottomLeft {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../img/colorbox/controls.png) no-repeat scroll 0 -32px;
	height: 43px;
	width: 14px;
}
#cboxBottomCenter {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../img/colorbox/border.png) repeat-x scroll left bottom;
	height: 43px;
}
#cboxBottomRight {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../img/colorbox/controls.png) no-repeat scroll -36px -32px;
	height: 43px;
	width: 14px;
}
#cboxMiddleLeft {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../img/colorbox/controls.png) repeat-y scroll -175px 0;
	width: 14px;
}
#cboxMiddleRight {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../img/colorbox/controls.png) repeat-y scroll -211px 0;
	width: 14px;
}
#cboxContent {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FFFFFF none repeat scroll 0 0;
}
#cboxLoadedContent {
	margin-bottom: 5px;
}
#cboxLoadingOverlay {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../img/colorbox/loading_background.png) no-repeat scroll center center;
}
#cboxLoadingGraphic {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../img/colorbox/loading.gif) no-repeat scroll center center;
}
#cboxTitle {
	bottom: -25px;
	color: #7C7C7C;
	font-weight: bold;
	left: 0;
	top:-25px;
	position: absolute;
	text-align: center;
	width: 100%;
	height:25px;
}
#cboxCurrent {
	bottom: -25px;
	color: #7C7C7C;
	font-weight: bold;
	left: 58px;
	position: absolute;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../img/colorbox/controls.png) no-repeat scroll 0 0;
	bottom: -29px;
	height: 23px;
	position: absolute;
	text-indent: -9999px;
	width: 23px;
}
#cboxPrevious {
	background-position: -51px -25px;
	left: 0;
}
#cboxPrevious.hover {
	background-position: -51px 0;
}
#cboxNext {
	background-position: -75px -25px;
	left: 27px;
}
#cboxNext.hover {
	background-position: -75px 0;
}
#cboxClose {
	background-position: -100px -25px;
	top:-29px;
	right: 0;
}
#cboxClose.hover {
	background-position: -100px 0;
}
.cboxSlideshow_on #cboxSlideshow {
	background-position: -125px 0;
	right: 27px;
}
.cboxSlideshow_on #cboxSlideshow.hover {
	background-position: -150px 0;
}
.cboxSlideshow_off #cboxSlideshow {
	background-position: -150px -25px;
	right: 27px;
}
.cboxSlideshow_off #cboxSlideshow.hover {
	background-position: -125px 0;
}
