/* PlaceHolder Div */
.fill.left { float:left; margin:5px 10px 0 0; }
.fill.right { float:right; margin:5px 0px 5px 20px; }
.fill.left2{ float:left; margin:5px 0px 5px 20px; }

/* MSIE z-index work-a-round */
/* reversing natural z-index */
.PZleft,.PZright { position:relative; }
.PZ1 { z-index:900; }
.PZ2 { z-index:890; }
.PZ3 { z-index:880; }
.PZ4 { z-index:870; }
.PZ5 { z-index:860; }
.PZ6 { z-index:850; }
.PZ7 { z-index:840; }
.PZ8 { z-index:830; }
.PZ9 { z-index:820; }
.PZ10 { z-index:810; }
.PZ11 { z-index:800; }
.PZ12 { z-index:790; }
.PZ13 { z-index:780; }
.PZ14 { z-index:770; }
.PZ15 { z-index:760; }
.PZ16 { z-index:750; }
.PZ17 { z-index:740; }
.PZ18 { z-index:730; }
.PZ19 { z-index:720; }
.PZ20 { z-index:710; }

/* Mozilla z-index bliss */
.PZleft a,.PZright a { z-index:0; }
.PZleft a:hover,.PZright a:hover
    { position:absolute; z-index:900; }

.PZoom a { position:absolute; cursor: hand; }
.PZoom.Link a { cursor: pointer; }

.PZleft .PZoom a:hover,.PZright .PZoom a:hover {
    border:0; background: none; 
    text-decoration:none; }

.PZright .PZoom { float:left; 
    margin:5px 0px 5px 0px; 
    position:relative; left:0px; top:-3px; }

.PZleft .PZoom { float:left; 
    margin:0; position:relative; }
.PZleft .t128 { right:143px; }

.t128 img { width:128px; }
}
.PZoom img { border: 2px solid #fff; }

.PZoom.noBrdr img { border:none; } /* border off */

.w128 a:hover,.w128 a:hover img { width:128px; height: 96px;}
.w384 a:hover,.w384 a:hover img { width:384px; height: 288px;}

.PZoom a:hover img,.PZoom img { margin-bottom:-3px; }

.PZoom .PZcap { display:none; } 

.PZoom a:hover .PZcap {
     font-weight:normal; 
     display:block;  background:#000;
     border-top:0;
     text-align: center;
     padding-top: 1px;
     padding-bottom: 2px;
     border-right:1px solid #fff;
     border-bottom:2px solid #fff;
     border-left:2px solid #fff;
     font-family: verdana,sans-serif;
     color:#ccc; 
     margin-right:-3px;
     line-height: 150%;
     }

.PZoom a:hover .PZpad { display:block;
     padding:5px 5px 4px 5px;  }

.PZoom.noCap a:hover .PZcap { display:none; }

/* ZoomOpen Positions */
/* Left */
.PZleft .PZoom a:hover { left:1px; top:1px; }
/* Right */
.PZright .t128 a:hover { right:-170px; top:-194px;} /*MSIE-specific*/
     .PZright>.t128 a:hover { right:-168px;}     /*Mozilla-specific*/

     
#zoom a {
	float: right;
	margin: 0 0 0px 0px;
	border: 0px solid #000;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 128px; /* show only thumbnail */
	height: 96px;
	background: url(photos/press01_thumbcombo_new.jpg) no-repeat top left;
	}

#zoom a:hover {
	width: 384px; /* adjust size to zoomed photo */
	height: 282px;
	left: -258px;
	background-position: 0px -106px; /* move the image so only the big one shows */
	border: 2px solid #fff;
	}     
	
	
#zoom2 a {
	float: right;
	margin: 0 0 0px 0px;
	border: 0px solid #000;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 128px; /* show only thumbnail */
	height: 96px;
	background: url(photos/press04_thumbcombo_new.jpg) no-repeat top left;
	}

#zoom2 a:hover {
	width: 384px; /* adjust size to zoomed photo */
	height: 282px;
	left: 0px;
	background-position: 0 -106px; /* move the image so only the big one shows */
	border: 2px solid #fff;
	} 
	
#zoom3 a {
	float: right;
	margin: 0 0 0px 13px;
	border: 0px solid #000;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 128px; /* show only thumbnail */
	height: 96px;
	background: url(photos/press05_thumbcombo_new.jpg) no-repeat top left;
	}

#zoom3 a:hover {
	width: 384px; /* adjust size to zoomed photo */
	height: 282px;
	left: -258px;
	top: 0px;
	background-position: 0 -106px; /* move the image so only the big one shows */
	border: 2px solid #fff;
	} 
	
	
#zoom4 a {
	float: right;
	margin: 0 0 0px -1px;
	border: 0px solid #000;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 128px; /* show only thumbnail */
	height: 96px;
	background: url(photos/press06_thumbcombo_new.jpg) no-repeat top left;
	}

#zoom4 a:hover {
	width: 384px; /* adjust size to zoomed photo */
	height: 282px;
	left: 0px;
	top: 0px;
	background-position: 0 -106px; /* move the image so only the big one shows */
	border: 2px solid #fff;
	} 			
     
     
/* End Photo-Caption Zoom CSS */ 