@charset "utf-8";

#DivPics {
	visibility: hidden;
	background-color: #000000;
	z-index: 55;
	top: 10%;
	left: 20%;
	height: 0%;
	width: 0px;
	position: absolute;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#DivPics img {
	height: auto;
	width: 35%;
	padding: 1px;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 3%;
	margin-left: 14%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#DivNav:hover ul li ul #now{
	color: #666;
}


#DivPics h1 {
	position: absolute;
	width: 30%;
	height: 5%;
	left: 60%;
	top: 0%;
	margin: 0px;
	padding: 0px;
}
#DivPics h2 {
	position: absolute;
	width: 30%;
	height: 5%;
	left: 60%;
	top: 0%;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}


#DivNav:hover #DivPics h1 {
	width: 30%;
	height: 5%;
	margin: 0px;
	padding: 0px;
}
#DivPics a {
	font-size: 18px;
	color: #FF0000;
}

