/* Big image view */
#view_big_img{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
	z-index:250;
	/* For the image description */
	text-align:center;
	font-family:Arial;
	font-size:18px;
	color:#ff00ff;
	font-weight:bold;
	cursor:pointer;
}

/* The background */
#view_big_background{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
	z-index:200;
	background-color:#c8ffc8;
	/* For the 'Loading...' message */
	text-align:center;
	font-family:Arial;
	font-size:20px;
	color:#000000;
	font-weight:bold;
}

/* The mouse message on the thumbnail */
#view_big_note{
	position:absolute;
	display:none;
	color:#ffffff;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
	background-color:blue;
}
