
#nextShow{
	border: 2px black solid;
	width: 270px;
	font-family: arial, sans-serif;
	position: absolute;
	left: 530px;
	top: 360px;
	background-color: white;
}

#nextShowHead, #nextWeekHead{
	background-color: #24AF0B;
	color: white;
	font-family: arial-black, arial, sans-serif;
	font-size: large;
	padding-left: 6px;
}

#showPicThis, #showPicNext{
	height: 250px;
}

#nextWeek{
	border: 2px black solid;
	width: 270px;
	height: 376px;
	font-family: arial, sans-serif;
	position: absolute;
	left: 0px;
	top: 400px;
	background-color: white;	
}