html>body #photopop {
	position: relative;
	width: 1200px;
	height: auto;
	text-align: center;
	margin-left: 10px;
	z-index: 1;
	top: 20px;
	visibility: visible;
}
html>body #photopop img {
	border: 1px solid #FFFFFF;
	margin: 0 4px 0 4px;
}
html>body #photopop a {
	display: block;
	float: left;
	text-decoration: none;
}
html>body #photopop a .blurb {
	display: none;
	text-decoration: none;
}
html>body #photopop a:hover .blurb {
	position: absolute;
	top: 0px;
	left: 200px;
	display: block;
	width: 350px;
	height: auto;
	background-color: transparent;
	background-image: url(images/bg/stucco8.gif);
	color: #000000;
	font-weight: bold;
	padding: 0.5em;
	text-align: left;
	text-decoration: none;
	z-index: 100;
	cursor: pointer;
	/* for IE */
  	filter:alpha(opacity=70);
  	/* CSS3 standard */
  	opacity:0.7;
  	/* for Mozilla */
  	-moz-opacity:0.7;
}
html>body #photopop .title {
  display: block;
	font-size: 1.5em;
	clear: both;
	margin-bottom: .4em;
}
#photopop .spacer {
	position: relative;
	display: block;
	width: 10px;
	float: left;
}

html>body #photopop2 {
	position: relative;
	width: 1200px;
	height: auto;
	text-align: center;
	margin-left: 10px;
	z-index: 1;
	top: 20px;
	visibility: visible;
}
html>body #photopop2 img {
	border: 1px solid #FFFFFF;
	margin: 0 4px 0 4px;
}
html>body #photopop2 a {
	display: block;
	float: left;
	text-decoration: none;
}
html>body #photopop2 a .blurb {
	display: none;
	text-decoration: none;
}
html>body #photopop2 a:hover .blurb {
	position: absolute;
	top: 620px;
	left: 40px;
	display: block;
	width: 300px;
	height: auto;
	background-color: transparent;
	background-image: url(images/bg/stucco8.gif);
	color: #000000;
	font-weight: bold;
	padding: 0.5em;
	text-align: left;
	text-decoration: none;
	z-index: 100;
	cursor: pointer;
	/* for IE */
  	filter:alpha(opacity=70);
  	/* CSS3 standard */
  	opacity:0.7;
  	/* for Mozilla */
  	-moz-opacity:0.7;
}
html>body #photopop2 .title {
  display: block;
	font-size: 1.5em;
	clear: both;
	margin-bottom: .4em;
}
#photopop2 .spacer {
	position: relative;
	display: block;
	width: 10px;
	float: left;
}

