.popDiv{
	display:none;
	position:absolute;
	min-width:100px;
	min-height:100px;
	background:#333;
	left:0;
	top:0;
	margin:0 0 0 5px;
	padding:15px;
	z-index:1000000000;
}

.popDiv .popDivArrow{
	display:block;
	position:absolute;
	width:42px;
	height:38px;
	left:0;
	bottom:-38px;
	background: url(http://platinumdesignanddevelopment.com/module-snapShot/images/arrow.gif) no-repeat 0 0;
}

#gallery img{
	padding:10px;
	background:white;
	margin:5px;
	
}
