/*
used in: 
ministry/amen.php
	     camp-2004.php
	     camp-2005.php
	     camp-2006.php
	     camp-2007.php
	     care.php
	     child.php
	     donation.php
	     evangelistic.php
	     missionary.php
	     passion.php
	     publish.php
testimony/200704_t.php
*/
* html, * html body{height:100%;}

.photo{}
.photo ul{padding:0;margin:0;}
.photo li{
 float:left;margin:3px;border:1px solid #CCC;
 list-style:none;text-align:center;
 width:105px;
}
.photo li a{
 display:block;
 padding:2px 0;
}
.photo h3{
 clear:both;text-align:center;
}

#large{
 z-index:1001;
 position:fixed;
 top:110px;left:50%;margin-left:-250px;
 text-align:center;
 width:500px;height:350px;
 background:#FFF;
 border:1px solid #CCC;
 visibility:hidden;
}
#large img{margin-top:10px;z-index:10001;}
#large #close{
 float:right;
 font-family:Corbel;
 width:20px;height:20px;
 background:#EEE;
 margin:10px;
 z-index:100001;
}
#large a{
 color:#AAA;text-decoration:none;
 display:block;
}
#large a:hover{
 color:#EEE;background:#AAA;
}
#back{
 position:fixed;top:0;left:0;right:0;bottom:0;
 filter:Alpha(Opacity=60);
 opacity:0.6;
 background:#888;
 z-index:1;
 display:none;
}
* html #back{
 position:absolute;
 width:100%;height:100%;
}
* html #large{position:absolute;}
* html #back{position:absolute;}
