#pop1, #pop2, #pop3, #pop4, #pop5, #pop6 {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 500px;
	margin-left: -228px;
	border: 1px solid #fff;
	background: black;
	z-index: 600;
	cursor:default;
}

#pop7{
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	width: 567px;
	margin-left: -295px;
	border: 1px solid #fff;
	background: #FFF;
	z-index: 600;
	cursor: pointer;
}
