.off{
	display: none;
}
.on{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 20px;
	top: 0px;
	left: 0px;
	color: White;
}
#BigPic{
	cursor: pointer;
	border: 3px double #ffffff;
}
.onBlack{
	background-color: Black;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity:.70;
	filter: alpha(opacity=70); -moz-opacity: 0.7;
}
