@charset "utf-8";
/* CSS Document */

.cDivCloseButtonGallery{
	background:url(../../Images/CloseSquare.png) no-repeat;
	width:20px;
	height:20px;
	float:right;
	margin:4px 0 0 -20px;
	position:relative;
	cursor:pointer;
}
*+html .cDivCloseButtonGallery{
	position:fixed;
}
.cDivOuterDailyImage{
	background: url(../../Images/bgHide0021.png) repeat; 
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	display: none;
	z-index:999;
}
.cDivPictureDailyImage{
	padding:7px;
	border:1px solid #999;
	z-index:2147483647 !important;
}
.cImgDailyImage{
	cursor:pointer;
}