.phg_container,
.phg_container_vert, 
.phg_container_horiz { position: absolute; top: -200px; left: 0px; z-index: 15;}

.phg_container_vert { left: 50px; }
.phg_container_horiz { left: 0px; }

div.photo_paragraph
{
	position: relative;
	padding-top: 15px;
	z-index: 15;
	clear: right;
}

.phg_picture_vert
{	
	position: absolute;
	width: 320px;
	height: 420px;
	left: 17px; top: 15px;
	z-index: 80;
}
.phg_picture_wait_vert
{	
	position: absolute;
	width: 320px;
	height: 420px;
	left: 17px; top: 15px;
	background-image: url('zv000000.gif');
	z-index: 75;
}

.phg_border_vert
{
	position: absolute;
	width: 350px;
	height: 499px;
	/*background-image: url('/img/gal/vb.png');
	//background-image: none ! important;
	behavior: url('/pngbg.htc');*/
	behavior: url('png00000.htc');
	z-index: 85;
}

.phg_text_vert
{
	position: absolute;
	top: 450px; left: 25px;
	width: 300px;
	text-align: center;
	z-index: 90;
}

.phg_close_vert
{
	position: absolute;
	top: 16px; left: 317px;
	width: 15px; height: 15px;
	cursor: pointer; cursor: hand;
	z-index: 100;
}

.phg_prev_vert
{
	position: absolute;
	top: 450px; left: 17px;
	width: 15px; height: 15px;
	cursor: pointer; cursor: hand;
	font-size: 28px;
	z-index: 100;
}


.phg_next_vert
{
	position: absolute;
	top: 450px; left: 317px;
	width: 15px; height: 15px;
	cursor: pointer; cursor: hand;
	font-size: 28px;
	z-index: 100;
}

.phg_picture_horiz
{	
	position: absolute;
	width: 420px;
	height: 320px;
	left: 20px; top: 19px;
	z-index: 80;
}

.phg_picture_wait_horiz
{	
	position: absolute;
	width: 420px;
	height: 320px;
	left: 20px; top: 19px;
	background-image: url('zh000000.gif');
	z-index: 75;
}

.phg_border_horiz
{
	position: absolute;
	width: 457px;
	height: 411px;
	/*background-image: url('/img/gal/vb.png');
	//background-image: none ! important;
	behavior: url('/pngbg.htc');*/
	behavior: url('png00000.htc');
	z-index: 85;
}

.phg_text_horiz
{
	position: absolute;
	top: 360px; left: 25px;
	width: 400px;
	text-align: center;
	z-index: 90;
}

.phg_close_horiz
{
	position: absolute;
	top: 20px; left: 424px;
	width: 15px; height: 15px;
	cursor: pointer; cursor: hand;
	z-index: 100;
}

.phg_prev_horiz
{
	position: absolute;
	top: 360px; left: 19px;
	width: 15px; height: 15px;
	cursor: pointer; cursor: hand;
	font-size: 28px;
	z-index: 100;
}


.phg_next_horiz
{
	position: absolute;
	top: 360px; left: 424px;
	width: 15px; height: 15px;
	cursor: pointer; cursor: hand;
	font-size: 28px;
	z-index: 100;
}

/* thumbnails */
.phg_thumb_container
{
	/*position: relative;*/
	padding: 0;
	width: 100px;
	height: 100px;
	float: left;
}

.phg_border_div
{
	width: 82px;
	height: 82px;
	background-color: white;
	padding: 2px;
}

.phg_picture_placeholder
{
	padding: 1px;
	width: 80px;
	height: 80px;
	background-color: white;
}

img.hr_phg
{
	margin-top: 15px;
	margin-bottom: 5px;
	color: #CCCCCC;
	background-color : #cccccc;
}


