@charset "utf-8"; /*—~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C A S C A D I N G – S T Y L E – S H E E T   —   L I G H T - B O X.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ G E N E R A L.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#colorbox, #cboxOverlay, #cboxWrapper {
	z-index          : 9999;
	position         : absolute;
	overflow         : hidden;
	top              : 0px;
	left             : 0px;
}
#cboxOverlay {
	position         : fixed;
	width            : 100%;
	height           : 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear            : left;
}
#cboxContent {
	position         : relative;
	overflow         : visible;
}
#cboxLoadedContent {
	overflow         : auto;
}
#cboxLoadedContent iframe {
	display          : block;
	width            : 100%;
	height           : 100%;
	border           : 0px;
}
#cboxTitle {
	margin           : 0px;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position         : absolute;
	top              : 0px;
	left             : 0px;
	width            : 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor           : pointer;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C U S T O M.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#cboxOverlay {
	background       : #000000;
}
#colorbox {
}
#cboxContent {
}
#cboxLoadedContent {
	background       : #000000;
	padding          : 1px;
	/*margin-right     : 140px;*/
	/*border:1px solid red;*/
}
/*#cboxLoadingGraphic {
	background       : url('../images/colorboxLoading.gif') center center no-repeat;
}*/
#cboxLoadingOverlay {
	background       : #000000;
}
#cboxTitle {
	position         : absolute;
	width            : 220px;
	top              : 55px;
	right            : 0px;
	/*border:1px solid green;*/
}

#cboxCurrent {
	position         : absolute;
	overflow         : hidden;
	top              : 15px;
	right            : 135px;
	width            : 70px;
	height           : 19px;
	padding          : 0px;
	text-align       : center;
	color            : #999999;
	/*border:1px solid green;*/
}
#cboxSlideshow, #cboxPrevious, #cboxNext {
	position         : absolute;
	width            : 20px;
	height           : 20px;
	top              : 0px;
	text-indent      : -9999px;
	background       : url('../images/colorboxControls.png') 0px 0px no-repeat;
}
#cboxPrevious {
	top              : 15px;
	right            : 200px;
	background-position : 0px 0px;
}
#cboxPrevious.hover {
	background-position : 0px -25px;
}
#cboxNext {
	top              : 15px;
	right            : 120px;
	background-position : -25px 0px;
}
#cboxNext.hover {
	background-position : -25px -25px;
}
#cboxClose {
	display          : none;
	visibility       : hidden;
	position         : absolute;
	top              : 0px;
	left             : 0px;
	margin           : 0px;
}
#cboxClose.hover {
	text-decoration  : underline;	
}


/*.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
	right            : 66px;
}
.cboxSlideshow_on #cboxSlideshow {
	background-position : -75px -25px;
}
.cboxSlideshow_on #cboxSlideshow.hover {
	background-position : -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
	background-position : -100px 0px;
}
.cboxSlideshow_off #cboxSlideshow.hover {
	background-position : -75px -25px;
}*/



/*—~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/