
/*override master settings to make page long enough*/
#content{
	min-height: 39em; 
	_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(afghani-man-for-web_sm.jpg);}
a.slideb {background:url(english-landscape-for-web_sm.jpg);}
a.slidec {background:url(fall-harvest-for-web_sm.jpg);}
a.slided {background:url(garden-impression-for-web_sm.jpg);}
a.slidee {background:url(meryl-for-web_sm.jpg);}
a.slidef {background:url(poppies-on-chair-for-web_sm.jpg);}
a.slideg {background:url(still-life-for-web_sm.jpg);}
a.slideh {background:url(storefront-for-web_sm.jpg);}
a.slidei {background:url(sunflowers-for-web_sm.jpg);}
a.slidej {background:url(water-lilies-for-web_sm.jpg);}
a.slidek {background:url(2004_0628_082500AA_sm.jpg);}




#fagallery {
	position:relative; 
	width: 675px; 
	height:425px; 
	margin: 0.5em auto;
	}

#fagallery img {border:0;}

#fagallery #thumbs {position:absolute; left:0; top:0;}

/*the rollover*/
#fagallery 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;	
	z-index:100;
	}

/*positioning the large image*/
#fagallery a.gallery:active em, #fagallery a.gallery:hover em, #fagallery a.gallery:focus em {
	display:block; 
	position:absolute; 
	width:670px; 
	height:400px; 	
	top: 170px; 
	left: 130px; /*position the image so the text appears to the left*/
	padding:5px; 
	color:#000; 
	z-index:50;
	}



