@charset "utf-8";
/* CSS Document */

/* portions of plugin that are not used */
#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxBottomCenter {
	display: none;
}

/* background dim */
#cboxOverlay {
	background-color: #000000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 50;
}

/* borders and positioning of lightbox */
#colorbox {
	border: solid #ffffff .75em;
	background-color: #ffffff;
	position: absolute;
	z-index: 60;
}

/* loading graphic and positioning */
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(/images/template/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

/* linked video */
div#cboxLoadedContent iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

#cboxContent {
	position: relative;
}

#cboxTitle {
	position: static;
	width: 100%;
	font-size: 75%;
	line-height: 1.5em;
	padding: 1em;
	margin-left: -1em;
	color: #878787;
	background-color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	display: none;
}

#cboxCurrent {
	position: absolute;
	left: -.6em;
	top: -2em;
	color: #FFFFAA;
}

#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/images/modules/slideshow/controls.png);
	background-position: 0em 0em;
	background-repeat: no-repeat;
/* pixels required to position background image */
	width: 20px;
	height: 20px;
}

#cboxPrevious.hover {
/* pixels required to position background image */
	background-position: 0px -25px;
}

#cboxNext {
	position: absolute;
	bottom: 0;
/* pixels required to position background image */
	left: 20px;
	background: url(/images/modules/slideshow/controls.png);
	background-position: -25px 0px;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#cboxNext.hover {
/* pixels required to position background image */
	background-position: -25px -25px;
}

/* the close button */
div#cboxClose {
	position: absolute;
	right: -.6em;
	top: -2em;
	color: #FFFFFF;
	cursor: pointer;
}

div#colorbox.cboxIE {
	padding-bottom: 0 !important;
}