
/*---------------------------------------*\

             SCOTT ARBORETUM
  photo gallery CSS for on-screen display
  ---------------------------------------
           Lucas Sanders (2006)

\*---------------------------------------*/




/*---------------------------------*\
      CAMPUS MAP FOR NAVIGATION
\*---------------------------------*/

#gardenmap #map, #collectionmap #map {
	position: static;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
}

#gardentour #map, #collectiontour #map {
	display: none;
}

#map h2 {
	background: transparent;
	font-size: 16pt;
	height: auto;
	width: auto;
	margin: 1em 0 .5em 0;
	padding: 0;
	text-indent: 0;
}

#gardenmap #map p, #collectionmap #map p {
	display: none;
}

#map li {
	display: block;
	height: auto;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

#gardenmap #map.hidden li, #collectionmap #map.hidden li,
#gardenmap #map.moving li, #collectionmap #map.moving li {
	display: none;
}

#map li a {
	display: block;
	position: static;
	height: auto;
	width: auto;
	text-indent: 0;
	background: transparent;
	overflow: auto;
}

#map li a.leftPositioned, #map li a.rightPositioned {
	display: block;
	background: transparent;
}

#collectionmap #map_image, #gardenmap #map_image {
	display: inline;
	width: 395.9pt;
	height: 207pt;
	margin: 6pt 0 0 0;
	padding: 0;
}



/*---------------------------------*\
      CONTENT TEXT BLOCK (std)
\*---------------------------------*/

#content h3 {
	margin: 0;
}

#content p {
	margin: 0;
	min-height: inherit;
}

#content a {
	border-bottom: 0;
	font-weight: bold;
}



/*---------------------------------*\
    BACK/FORWARD NAVIGATION LINKS
\*---------------------------------*/

#prevpagelink,  #nextpagelink,
#prevphotolink, #nextphotolink {
	display: none;
}



/*---------------------------------*\
   PHOTO GROUPS (seasonal gallery)
\*---------------------------------*/

#photogroups li {
	/* hide me! */
	position: static;
	display: none;
}

#photogroups li.visible {
	display: block;
}

#photogroups li, #photogroup {
	width: auto;
	text-align: center;
}

#photogroups li p {
	text-align: left;
}

#content #photogroups li img, #content #photogroup img {
	display: inline;
	float: none;
	margin: 3pt;
}
