@CHARSET "UTF-8";

body div.mask.cel-YuiOverlay {
	background-color: #E5E5E5!important;
}
body .cel-YuiOverlay .yui-panel, 
body .cel-YuiOverlay .yui-panel .hd, 
body .cel-YuiOverlay .yui-panel .bd, 
body .cel-YuiOverlay .yui-panel .ft,
#yuiOverlayContainer {
	background: transparent;
}
body .cel-YuiOverlay .yui-panel .hd {
	height: 30px;
	background: #B3B3B3;
	display: block;
	width: 780px;
	margin-left: 15px;
	border-top: 1px solid #9F9F9F;
}

body #yuiOverlayContainer .celPresSlideShow_currentSlideNum,
body #yuiOverlayContainer .celPresSlideShow_countSlideNum {
	height: 14px;
	font-size: 14px;
	line-height: 14px;
}
body #yuiOverlayContainer .celPresSlideShow_currentSlideNum {
	border-color: black;
	left: 50px;
}
body #yuiOverlayContainer .celPresSlideShow_countSlideNum {
	right: auto;
	left: 55px;
}
#yuiOverlayContainer .celPresSlideShow_prev,
#yuiOverlayContainer .celPresSlideShow_next {
  width: 385px;
  top: -30px;
}
#yuiOverlayContainer .celPresSlideShow_prev {
	left: 15px;
	background-position: top right;
	background-image: url('/download/GalleryLayout/WebHome/galleryOverlayLeftArrow.png?ver=3');
}
#yuiOverlayContainer .celPresSlideShow_prev:hover {
	background-image: url('/download/GalleryLayout/WebHome/galleryOverlayLeftArrowHover.png?ver=3');
}
#yuiOverlayContainer .celPresSlideShow_next {
	left: 410px;
  background-position: top left;
	background-image: url('/download/GalleryLayout/WebHome/galleryOverlayRightArrow.png?ver=3');
}
#yuiOverlayContainer .celPresSlideShow_next:hover {
	background-image: url('/download/GalleryLayout/WebHome/galleryOverlayRightArrowHover.png?ver=3');
}
body .cel-YuiOverlay .container-close {
	top: 0px;
	left: 765px;
	background-image: url('/download/GalleryLayout/WebHome/galleryOverlayClose.png?vers=3');
	background-position: center;
}
body .cel-YuiOverlay .container-close:hover {
	background-image: url('/download/GalleryLayout/WebHome/galleryOverlayCloseHover.png?vers=3');
}

#yuiOverlayContainer .wrapper {
	width: 780px;
	padding-left: 15px;
	padding-right: 280px;
}
#yuiOverlayContainer #gallery {
	width: 780px;
	height: 810px;
	background: black;
}
#yuiOverlayContainer #gallery a {
  text-decoration: none;
  color: black;
}
#yuiOverlayContainer #gallery a:hover {
  color: #900;
}
#yuiOverlayContainer #gallery p {
  color: white;
}
#yuiOverlayContainer #gallery .gallery tr p {
	font-size: 0px;
  line-height: 0px;
}
#yuiOverlayContainer #gallery .gallery tr + tr p {
  font-size: 14px;
  line-height: 18px;
}
#yuiOverlayContainer #gallery .gallery td p {
  color: black;
}

body .cel-YuiOverlay .yui-panel-container {
  top: 0px !important;
}

