/* Container for Gallery Navigation */
#gallery_head_left {
	float: left;
	height: 32px;
	width: 310px;
	position: relative;
	left: 96px;
}
#gallery_head {
	float: left;
	height: 32px;
	width: 550px;
	position: relative;
	left: 96px;
}
	
/* UL for Gallery Navigation */
#GalleryNav {
	margin: 0;
	padding: 0;
	background: url(Images/gallery/gallery_menu_off.jpg) no-repeat;
	width: 550px;
	height: 32px;
	/*position: relative;
	left: 310px;*/
	}
	
/* LI for Gallery Navigation */
#GalleryNav li {
	margin: 0;
	padding: 0;
	top: 0;
	list-style: none;
	display: inline;
	}
	
/* class for first button offset from left */
#GalleryNav li.first {
	margin: 0 0 0 90px;
	padding: 0;
	top: 0;
	}
	
#GalleryNav li, #GalleryNav a {
	height: 32px;
	width: 95px;
	float: left;
	}

/* Hover States */	
#gallerynav_figurative a:hover, #gallerynav_figurative a:visited:hover {
	background: transparent url(Images/gallery/gallery_menu_on.jpg) -90px 0px no-repeat;
	}
	
#gallerynav_landscape a:hover, #gallerynav_landscape a:visited:hover {
	background: transparent url(Images/gallery/gallery_menu_on.jpg) -185px 0px no-repeat;
	}
	
#gallerynav_stillife a:hover, #gallerynav_stillife a:visited:hover {
	background: transparent url(Images/gallery/gallery_menu_on.jpg) -280px 0px no-repeat;
	}
	
/* Modified Phark Image Replacement Technique (hides button text labels) */
#GalleryNav a {
	text-indent: -5000px;
	text-decoration: none;
	}

/* Modified CSS Sprites Technique */
#gallerynav_figurative {top: 0px; left: 90px;}
#gallerynav_landscape {top: 0px; left: 185px;}
#gallerynav_stillife {top: 0px; left: 280px;}