/* 
	:: ***** FrogLace css Lightbox *****
	:: Copyright March 2006 by Parker Torrence 
	:: FrogLace WebDesign www.froglace.com/web 
	:: see article/example/tutorial at http://webdesign.parkertorrence.com/playground2.html
	:: this code is covered by a Creative Commons Attribution-ShareAlike 2.5 License
	::			http://creativecommons.org/licenses/by-sa/2.5/
	::
	:: As per the CC by-sa:
	:: ... (Parker Torrence, 3/06 parkertorrence.com)
	:: ... (Gwen Wolfrose, 4/06 wolfrose.com)
	:: ... (your name, date and site)
	;;
	:: keep this text and links intact for the next user 
*/
img { border: none; }

#lightbox_frame {
 position: absolute;
 top: 0px;
 left: 0px;
 height: 650px;
 width: 1005px;
 z-index: 500 !important;
 background: url('art/dfdbe1-90-tp.png') repeat 0 0;
}
#lightbox {
 display: block;
 position: absolute;
 top: 20px;
 left: 50%;
 width: 700px;
 margin-left: -350px;
 background: #fff;
 border: 2px solid #9988aa;
}
#frogbox {
 float: left;
 width: 680px;
 margin: 0;
 padding: 0;
 text-align: center;
 font-size: 1.1em;
 font-weight: 600;
 letter-spacing: 1em;
 word-spacing: 0.5em;
}
#frogbox p {
 margin: 2px 0;
 padding:0;
 line-height: 1em;
 color: #665577;
}
#closebox {
 float: right;
 text-align: right;
 height: 14px;
 width: 14px;
 margin: 1px;
 padding: 0 3px 0 0;
}
#closebox a {
 text-decoration: none;
 border: none;
}
#lightline {
 clear: both;
 width: 100%;
 height: 1pt;
 line-height: 1pt;
 border-top: 1px solid #9988aa;
}
#innerlight {
 height: 100%;
 width: 100%;
 text-align: center;
 vertical-align: middle;
}
#innerlight img {
 padding: 2px;
 border: 1px solid #000;
}
#innerlight p {
 font-size: 1.5em;
 font-weight: 700;
 letter-spacing: 1.5em;
 line-height: 2em;
 color: #665577; 
}

body#off #lightbox_frame { display: none; }
p.p1, p.p2, p.p3, p.p4, p.p5, p.p6, p.p7, p.p8
{ display: none; }
body#p1 #lightbox_frame, body#p1 p.p1 { display: block; }
body#p2 #lightbox_frame, body#p2 p.p2 { display: block; }
body#p3 #lightbox_frame, body#p3 p.p3 { display: block; }
body#p4 #lightbox_frame, body#p4 p.p4 { display: block; }
body#p5 #lightbox_frame, body#p5 p.p5 { display: block; }
body#p6 #lightbox_frame, body#p6 p.p6 { display: block; }
body#p7 #lightbox_frame, body#p7 p.p7 { display: block; }
body#p8 #lightbox_frame, body#p8 p.p8 { display: block; }
