/*override master settings to make page long enough*/
#content{
	min-height: 40em; 
	_height: 47em; /*ie hack */
	/*what follows is a mac ie hack*/

	 /*\*//*/
  	height: 35em;
	/**/
	} 

/*the gallery*/
a.gallery, a.gallery:visited {
	display:block; 
	display:inline-block; 
	color:#000; 	
	text-decoration:none; 
	border:1px solid #000; 
	width: 94px; 
	height: 75px; 
	float:left; 	
	margin: 4px; 
	z-index:50;
	}
a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #960;}

/*the thumbnails*/
a.slidea {background:url(P8080157_sm.jpg);}
a.slideb {background:url(IMG_0824_sm.jpg);}
a.slidec {background:url(IMG_0751_sm.jpg);}
a.slided {background:url(IMG_0812_sm.jpg);}
a.slidee {background:url(IMG_0639_sm.jpg);}
a.slidef {background:url(IMG_1125_sm.jpg);}
a.slideg {background:url(IMG_1350_sm.jpg);}
a.slideh {background:url(IMG_1341_sm.jpg);}
a.slidei {background:url(2004_0628_083901AA_sm.jpg);}

/*thumbnails for second gallery page*/
a.slidel {background:url(fox_sm.jpg);}
a.slidem {background:url(IMG_1415_sm.jpg);}
a.sliden {background:url(IMG_1385_sm.jpg);}
a.slideo {background:url(IMG_1440_sm.jpg);}
a.slidep {background:url(IMG_1418_sm.jpg);}
a.slideq {background:url(IMG_1428_sm.jpg);}

#dpgallery {
	position:relative; 
	width: 675px; 
	height:425px; 
	margin: 0.5em auto;
	}

#dpgallery img {border:0;}

#dpgallery #thumbs {position:absolute; left:0; top:0;}

/*the rollover*/
#dpgallery a.gallery:hover span {
	display:block; 
	position:absolute; 
	width:675px; /*allow space for 5 thumbs across*/
	height: 300px; 
	top: 170px; 
	left:5px; 
	padding:5px; 
	font-size: 0.8em;
	font-style: italic; 
	text-align: left; /*rollover text positioning*/
	z-index:100;
	}


/*positioning the large image*/
#dpgallery a.gallery:active em, #dpgallery a.gallery:hover em, #dpgallery a.gallery:focus em {
	display:block; 
	position:absolute; 
	width:670px; 
	height:400px; 	
	top: 170px; 
	left: 150px; /*position the image so the text appears to the left*/
	padding:5px; 
	color:#000; 
	z-index:50;
	}

