@charset "utf-8";
/*--------------------------------------
wm_freo2 [colorbox]
2013/01/14
--------------------------------------*/
/*======================================
ColorBox Core Style:
The following CSS is consistent between example themes
and should not be altered.
======================================*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#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;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
/*======================================
User Style:
======================================*/
#cboxOverlay {
	background: url("../../images/wm_freo2/colorbox_overlay.png");
}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight,
#cboxMiddleLeft, #cboxMiddleCenter, #cboxMiddleRight,
#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
	display: none;
}
#cboxContent {
	margin-top: 26px;
}
#cboxLoadedContent {
	background: #000000;
	_margin-bottom: 100px;
}
#cboxLoadedContent img.cboxPhoto {
	border: 1px solid #000000;
}
#cboxLoadingOverlay {
	background: #000000;
}
#cboxLoadingGraphic {
	background: url("../../images/wm_freo2/colorbox_loading.gif") 50% 50% no-repeat;
}
#cboxTitle, #cboxCurrent {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	top: -26px;
	left: 0;
	width: 100px;
	height: 21px;
	line-height: 21px;
	color: #A6A6A6;
	font-size: 10px;
	text-align: left;
}
#cboxCurrent {
	left: auto;
	right: 104px;
	text-align: right;
}
#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: absolute;
	top: -26px;
	right: 0;
	width: 21px;
	height: 21px;
	background: url("../../images/wm_freo2/colorbox_control.png") no-repeat;
}
#cboxClose {
	background-position: -42px 0;
}
#cboxClose:hover {
	background-position: -42px -21px;
}
#cboxNext {
	right: 26px;
	background-position: -21px 0;
}
#cboxNext:hover {
	background-position: -21px -21px;
}
#cboxPrevious {
	right: 52px;
	background-position: 0 0;
}
#cboxPrevious:hover {
	background-position: 0 -21px;
}
#cboxSlideshow {
	right: 78px;
}
.cboxSlideshow_off #cboxSlideshow {
	background-position: -63px 0;
}
.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -63px -21px;
}
.cboxSlideshow_on #cboxSlideshow {
	background-position: -84px 0;
}
.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -84px -21px;
}
