﻿/* This file controls pop images in Event pages
Image 1 */
a.imgpop1 strong {
	position: absolute;
	visibility: hidden;
	height: 0px;
	left: 100px;
	top:50px 	
}
a.imgpop1:hover {
	text-decoration: none;
	border: 0;
	z-index: 1000;
}
a.imgpop1:hover strong {
	visibility: visible ;
	cursor: pointer;
	height: 533px;
}
/* Image 2 */
a.imgpop2 strong {
	position: absolute;
	visibility: hidden;
	height: 0px;
	left: 50px;
}
a.imgpop2:hover {
	text-decoration: none;
	border: 0;
	z-index: 1000;
}
a.imgpop2:hover strong {
	visibility: visible ;
	cursor: pointer;
	height: 300px;
}
/* Image 3 */
a.imgpop3 strong {
	position: absolute;
	visibility: hidden;
	height: 0px;
	left: 50px;
}
a.imgpop3:hover {
	text-decoration: none;
	border: 0;
	z-index: 1000;
}
a.imgpop3:hover strong {
	visibility: visible ;
	cursor: pointer;
	height: 300px;
}
/* Image 4 */
a.imgpop4 strong {
	position: absolute;
	visibility: hidden;
	height: 0px;
	left: 50px;
}
a.imgpop4:hover {
	text-decoration: none;
	border: 0;
	z-index: 1000;
}
a.imgpop4:hover strong {
	visibility: visible ;
	cursor: pointer;
	height: 300px;
}
/* Image 5 */
a.imgpop5 strong {
	position: absolute;
	visibility: hidden;
	height: 0px;
	left: 50px;
}
a.imgpop5:hover {
	text-decoration: none;
	border: 0;
	z-index: 1000;
}
a.imgpop5:hover strong {
	visibility: visible ;
	cursor: pointer;
	height: 300px;
}
/* Image 6 */
a.imgpop6 strong {
	position: absolute;
	visibility: hidden;
	height: 0px;
	left: 100px;	
}
a.imgpop6:hover {
	text-decoration: none;
	border: 0;
	z-index: 1000;
}
a.imgpop6:hover strong {
	visibility: visible ;
	cursor: pointer;
	height: 300px;
}
/* Image 7 */
a.imgpop7 strong {
	position: absolute;
	visibility: hidden;
	height: 0px;
	left: 50px;
}
a.imgpop7:hover {
	text-decoration: none;
	border: 0;
	z-index: 1000;
}
a.imgpop7:hover strong {
	visibility: visible ;
	cursor: pointer;
	height: 300px;
}
/* Image 8 */
a.imgpop8 strong {
	position: absolute;
	visibility: hidden;
	height: 0px;
	left: 50px;
}
a.imgpop8:hover {
	text-decoration: none;
	border: 0;
	z-index: 1000;
}
a.imgpop8:hover strong {
	visibility: visible ;
	cursor: pointer;
	height: 300px;
}
/* Image 9 */
a.imgpop9 strong {
	position: absolute;
	visibility: hidden;
	height: 0px;
	left: 50px;
}
a.imgpop9:hover {
	text-decoration: none;
	border: 0;
	z-index: 1000;
}
a.imgpop9:hover strong {
	visibility: visible ;
	cursor: pointer;
	height: 300px;
}






