/*
Dark Blue: #444f5f;
Grey Blue: #D3DFE6;
Dark Grey: #333333;
Middle Grey: #CCCCCC;
Grey: #ECECEC;
Dark Orange: #A84B18;
Orange: #C67C1D;
Green: #A8A018;
Blue: #7CADCD;
Purple: #715774;
*/



/* 
Grid: 846px wide, 12 columns at 54px each, 11 gutters at 18px each.
1 = 54px
2 = 126px (6 columns)
3 = 198px (4 columns)
4 = 270px (3 columns)
5 = 342px
6 = 414px (2 columns)
7 = 486px
8 = 558px
9 = 630px
10 = 702px
11 = 774px
12 = 846px
*/
/* == Imports == */
@import url("reset.css");

.idc-c-b {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}

:focus, :active {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}

/* == Generic == */
body {font: 62.5% "Helvetica Neue",Helvetica, Arial, sans-serif; color: #333; background: #eaeaea; }

	/* -- Headings -- */
	h1, h2, h3 {font-weight: normal; font-family: 'Gill Sans', sans-serif;color:#333;}
	
	h1 {font-size: 2.4em; line-height:1em;margin-bottom: 0.5em;text-transform:uppercase;letter-spacing:.1em;} 
	h2 {font-size: 1.8em; line-height:2em;margin-bottom:0;}
	h3 {font-size: 1.5em; line-height: 1.2em; margin: 0 0 1.2em; font-weight:normal;color:#015581;}
	h4 {font-size: 1.2em; line-height: 1.5em; margin-bottom:1.5em; font-weight:bold;}
	h5 {font-size: 1.2em; line-height: 1.5em; margin-bottom:1.5em; font-style:italic;}
	
	body#home #content h2 {font-size: 2.4em; line-height:1em;margin-bottom: 0.5em;text-transform:uppercase;letter-spacing:.1em;}
	body#home #content h3 {font-size: 1.8em; line-height:1.3em;margin-bottom:1em;}
	#items.show h3 {margin:0;}
	
	h1 a, h2 a, h3 a {text-decoration:none;}
	img a {border: none;}

	/* -- Misc Block elements -- */
	p {font-size:1.2em; line-height:1.5em; margin-bottom:1.5em;}
	ul {font-size:1.2em; line-height:1.5em; margin-bottom:1.5em;}
	ol {font-size:1.2em; line-height:1.5em; margin-bottom:1.5em;list-style:decimal inside;}
	dl {font-size:1.2em; line-height:1.5em; margin-bottom:1.5em;}
	
	/* -- Misc Inline elements -- */
	em,i {font-style:italic;}
	strong,b {font-weight:bold;}
	abbr,acronym {border: none; font-style: normal;}
		
	/* -- Links -- */
	a:link {color: #369;}
	a:visited {color: #369;}
	a:hover {color: #ff8000;} 
	a:active {color: #ff8000;}


	/* -- Body Classes -- */
	.browse {}
	.item {}
	.show {}
	.summary {}
	.tags {}
	
	/* -- Misc Classes */

	.image {} /* items/browse  */
	
	.description {}
	
	.even {}
	.odd {}
	
		/* Navigation Classes*/
		.navigation {list-style:none;}
			.navigation li {display:inline;}
			.navigation a {text-decoration:none;}
			.nav-contribute {display:none; visibility: hidden;}
		
		/* Pagination Classes */
		.pagination {}
			.pagination li {display:inline;padding:6px 8px; background:#0176b4; color:#fff;margin-right:1px;}
			.pagination a { color:#fff; text-decoration:none;}
			.pagination li.current {background: #ff8000;}
			.pagination li:hover {background: #ff8000;}

			
		.next {} 
		.previous {} 
	
		/* Items Classes*/
		
		#item-show-primary{width:465px;float:left;margin-bottom:10px;}
		#item-show-primary img{max-width: 455px;height:auto;}
		
		#item-show-secondary{width:320px;float:right;background:#eee; padding:15px;border:1px solid #ccc;-moz-border-radius: 10px;-webkit-border-radius:10px;border-radius:10px;margin-bottom:10px;}
		
		
		
		.browse-items-link {}
		
		.featured {}
		
		.element {overflow:hidden;clear:both;margin-bottom:1.5em;}
		.element-text {font-size:1.2em; line-height:1.5em;margin:0;}
        .element-text p {font-size:1em;margin:0;}
		.element-text-empty {font-size:1.2em; line-height:1.5em;margin:0;}
						
		.browse .item {padding-bottom:8px; margin-bottom:8px;overflow:hidden; zoom:1;}
			.browse .item h2 {float:left; width: 198px; margin-right:18px;}
			.browse .item img {float:right; width: 198px; height: 198px;
					-moz-box-shadow:0px 0px 3px #333;
					-webkit-box-shadow:0px 0px 3px #333;
					box-shadow:0px 0px 3px #333;
						}
			.browse .item-description {float:left; width: 414px;}
			
		.item-img {}
		.items-list {}
		.item-meta {}
		
		.item-pagination {clear:both;overflow:hidden; border-top:1px solid #eee; padding-top:18px;}
			.item-pagination a {text-decoration:none; font-weight:bold;width:48%; float:left;}
			.item-pagination .next a {float:right; text-align:right;}
		
		.item-tags {clear:left; margin-left:216px;}
		.item-thumbnail {}
		.item-title {}	
		
		.download-file img {float:left;}
		.square-file img{height:60px; width:60px; display:inline; padding: 5px 5px 0 0;}
		#itemfiles img{height:150px; width:150px; display:inline; padding: 2px; margin:3px; background:#fff;
					-moz-box-shadow:0px 0px 3px #333;
					-webkit-box-shadow:0px 0px 3px #333;
					box-shadow:0px 0px 3px #333;
				}
	
/* Collections Classes */
		.collection {}
		.collection-description {}
	
/* Exhibits Classes */
		.exhibit-item, .exhibit-text {padding:8px;font-size: 1.1em; line-height: 1.5;}
		.exhibit-item-caption{font-size: 1em; line-height: 1.2;}
		.exhibit-item img{-moz-box-shadow:0px 0px 3px #333;
					-webkit-box-shadow:0px 0px 3px #333;
					box-shadow:0px 0px 3px #333;}
		.exhibit-description {}
		.exhibit-tags {}
	
		.exhibit-section-nav {margin-bottom:2em; border-bottom:1px solid #ccc;margin-bottom:1.5em;padding:0.3em; }
				.exhibit-section-nav li {padding:0.5em 0;display:inline;}
				.exhibit-section-nav a {padding:0.5em 1em 0.5em; color:#666;text-decoration:none;}
				.exhibit-section-nav li.current {border-top:1px solid #ccc;background:#fff;color:#333; font-weight:bold;border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #fff;}
		
		.exhibit-page-nav {color:#fff;}
			.exhibit-page-nav li {display:inline; color:#fff;margin-right:1px;}
			.exhibit-page-nav a:link, .exhibit-page-nav a:visited { color:#fff;padding:1px 5px; background:#0176b4; text-decoration:none;}
			.exhibit-page-nav a:hover, .exhibit-page-nav .current a {background:#ff8000;}
			.exhibit-page-nav a:active { color:#fff;padding:1px 5px; background:#0176b4; text-decoration:none;}
			.exhibit-page-nav .current a {background:#ff8000;}
/* Contribution Classes*/ 
	.error {color: red; background: #fafafa; font-weight: italic;}

/* Exhibit Builder Classes - complementary */ 
		
		/* See also stylesheets and layouts in plug-in directory */
			
			/* 
			Modified various layout.php files in plug-in core, including: 
			gallery-full-right (added "exhibit-item-caption" class)
			gallery-full-left (added "exhibit-item-caption" class)
			*/
			
		
		/* gallery-thumbnails-text stylesheets for plug-in are crossed.  bottom is top, top is bottom! Not sure why... */
		
		.text-image-left .exhibit-item-caption {width:340px;}
		.text-image-left .primary{width:350px;display:inline;}	
		.text-image-left .exhibit-item {padding-bottom: 18px; padding-top: 8px; width:350px;}
		.text-image-left img{width: 350px; height: auto;}
		.text-image-left .secondary  .exhibit-text{}
		.text-image-left .exhibit-item-caption{background:#fafafa; padding: 5px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; margin-top:10px;font-size: 1em; line-height: 1.2;}
		
		.text-image-right .exhibit-item-caption {width:340px;}
		.text-image-right .primary{width:350px;display:inline;}	
		.text-image-right .exhibit-item {padding-bottom: 18px; padding-top: 8px; width:350px; padding-left: 8px;}
		.text-image-right img{width: 350px; height: auto;}
		.text-image-right .secondary  .exhibit-text{padding-top: 3px;}
		.text-image-right .exhibit-item-caption{background:#fafafa; padding: 5px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; margin-top:10px;font-size: 1em; line-height: 1.2;}

		.image-list-left .exhibit-item img {width: 350px; height: auto;}
		.image-list-left .exhibit-item {padding-top: 8px;}	
		
		.image-list-right .exhibit-item img {width: 350px; height: auto;}
		.image-list-right .exhibit-item {padding-top: 8px;}

		.image-list-left-thumbs .exhibit-item {padding-top: 8px;}
		.image-list-left-thumbs .exhibit-item img {width: 200px; height: auto;}

		.image-list-right-thumbs .exhibit-item {padding-top: 8px;}
		.image-list-right-thumbs .exhibit-item img {width: 200px; height: auto;}	

		.gallery-full-right .secondary img{width: 390px; height: auto; padding-top:8px;}
		.gallery-full-right .primary img{width: 390px; height: auto; padding-top:8px;}
		.gallery-full-right .primary .exhibit-item .exhibit-item-caption {background:#fafafa; padding: 5px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; margin-top:10px;font-size: 1em; line-height: 1.2;}
		div#content div#primary div.gallery-full-right div.tertiary div.exhibit-text p{margin-left:440px; padding:5px;}

		.gallery-full-left .secondary img{width: 390px; height: auto; padding-top:8px;}
		.gallery-full-left .primary img{width: 390px; height: auto; padding-top:8px;}		
		.gallery-full-left .primary .exhibit-item {background:#fafafa; padding: 5px 0 5px 0; border-bottom: 1px solid #ccc; margin-bottom: 8px;}
		.gallery-full-left .primary .exhibit-item .exhibit-item-caption {background:#fafafa; padding: 5px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; margin-top:10px;font-size: 1em; line-height: 1.2;}
		div#content div#primary div.gallery-full-left div.tertiary div.exhibit-text p{margin-right:440px;  padding:5px;}
		
		.gallery-thumbnails-text-bottom .primary  img {width:170px; height:170px; margin-bottom: 8px;}
		
		.gallery-thumbnails-text-top .secondary  img {width:170px; height:170px;}
		.gallery-thumbnails-text-top .primary  {padding-top: 8px;}
		
		.text-full .primary {padding-top: 4px;}
		
		.gallery-thumbnails .exhibit-item  img {width:170px; height:170px; padding-bottom: 8px;}

/* MyOmeka Classes */

		#myomeka-status {display:block; border-top: 1px solid #ccc; padding:12px 0 0 0; text-align: center;}

		#myomeka-poster {}
		#myomeka-poster-info {background: url(../images/item_list_back.gif) repeat-x top #fff; border-top:1px solid #ccc;border-bottom:1px solid #ccc; padding: 12px; font-size:1.2em;}
		.myomeka-poster-item {border-bottom: 3px double #ccc; padding: 12px; margin-top: 8px; }
		.myomeka-poster-item-annotation {font-size:1.2em;}
		.myomeka-poster-item  img {padding:1px; border: 1px solid #ccc; }
		#myomeka-disclaimer-title {padding-top: 20px;}
		.myomeka-showfiles img {height:60px; width:60px; float:left; display:inline; padding:1px; margin:1px;}
		.myomeka-showfiles {float:right; padding: 6px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; display:inline; background:#fafafa; margin: 1px 1px 6px 6px; max-width:320px;}
		.border-bottom {border-bottom: 1px solid #ccc; padding-bottom: 12px;}
		.myomeka-noted-items-list{width: 400px; padding-top: 8px;padding-bottom:10px; border-bottom: 1px solid #fafafa;}
		.myomeka-noted-items-list img{float:left; max-width: 70px; max-height:70px; margin-top: 18px; padding-right:8px;}
		#myomeka-posters {width: 400px;background: url(../images/item_list_back.gif) repeat-x top #fff; border-top:1px solid #ccc; padding:0 8px;}
		#myomeka-dashboard h2 {color:#336699; font-weight:bold; margin-top: 18px;}
		.myomeka-poster-list {padding:10px 5px 10x 5px;}
		#myomeka-tags {width: 400px;background: url(../images/item_list_back.gif) repeat-x top #fff; border-top:1px solid #ccc;padding:0 8px;}
		#myomeka-noted-items {width: 400px;background: url(../images/item_list_back.gif) repeat-x top #fff; border-top:1px solid #ccc; padding:0 8px;margin-bottom:250px;}
		ul.myomeka-poster-nav {}
		#my-omeka-secondary {float:right; position: top right; }
		#myomeka-header{text-align:center; font-weight:bold;}
		#myomeka-header a.current{color:#FF8000;}
		#myomeka-dashboard {padding-bottom:8px;}
		h3.poster-title {margin:8px 0 0 0;}
		ul.myomeka-poster-meta {font-weight:normal; font-size:x-small;margin:0;}
		#myomeka-create-poster  {margin-top:16px;text-align:center;}
		
		#myomeka-contributeform {background: url(../images/item_list_back.gif) repeat-x top #fff; border-top:1px solid #ccc;; padding:18px 8px;}
		#myomeka-user-poster-index{background: url(../images/item_list_back.gif) repeat-x top #fff; border-top:1px solid #ccc;; padding:18px 8px;}
		#myomeka-helpcontent{background: url(../images/item_list_back.gif) repeat-x top #fff; border-top:1px solid #ccc;; padding:18px 8px;}
		

		
/* Microformats Classes */
		.hentry {padding:18px 8px; background: url(../images/item_list_back.gif) repeat-x top #fff; border-top:1px solid #ccc;}
		
/* Search Classes */
		.no-results {}
		
		/* Tags Classes */
		.tags {}
			.tags li {display:inline;}

		/* Tag Clouds */
		.hTagcloud ul {list-style:none; margin-left:0; padding-left:0;}
			.hTagcloud li {display:inline; margin-right:3px;}

			.popular a {font-size:100%;}
			.v-popular a {font-size:160%;}
			.vv-popular a {font-size:200%;}
			.vvv-popular a {font-size:240%;}
			.vvvv-popular a {font-size:280%;}
			.vvvvv-popular a {font-size:320%;}
			.vvvvvv-popular a {font-size:330%;}
			.vvvvvvv-popular a {font-size:350%;}
			.vvvvvvvv-popular a {font-size:400%;}



/* == Wrap == */
#wrap {width: 882px; margin:0 auto;background: #fff;
		-moz-box-shadow:0px 0px 30px #999;
		-webkit-box-shadow:0px 0px 30px #999;
		box-shadow:0px 0px 30px #999;
		}

/* == Header == */
#header {margin-bottom:0; background: #fff;
		height:99px;
		border-left:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;

		}
	#site-title {float:left;width: 414px;height:69px;margin-bottom:0;font-weight: normal; font-family: 'Gill Sans', sans-serif;color:#015581; text-transform: uppercase; letter-spacing: .2em; padding:10px; text-align: center;background: #fff; font-size: 3em}
	#site-title a {text-decoration:none;color:#333;}
	#site-title a span.smaller{font-weight: normal;font-size:0.60em;}
	#site-title a span.bigger{font-weight: bold;font-size:1.2em;letter-spacing:0.50em}
	
	a.headlink img{}
	
/*#header	img{float:left; padding:5px; margin-bottom:1em; margin-right:1em; max-height:100px; max-width:100px; }*/

	#search-container {float:right;width: 270px; text-align:right;padding-right: 7px; padding-top:10px;background: #fff}
		#search-container h2 {display:none;}
		#search-container input {border:1px solid #ccc; background:#fafafa; padding:3px;}
		#search-container input.textinput:focus {background:#fff;}
		#search-container #submit_search {padding:2px; background:#369; color:#fff; border:1px solid #369;margin-left:3px;}
		#search-container a {font-size:1.2em; line-height:1.5em;text-decoration:none;}
		#search-container p {color:#015581; font-size:1em; line-height:1.1em; margin-bottom:1.1em;}

	
	
	#primary-nav {clear:both;overflow:hidden; zoom:1; border:1px solid #ccc; border-width:0 1px 1px 1px;background:#fff; }
		#primary-nav li { width: 144px; text-align:left; text-indent:18px;float:left; display:block;}
		#primary-nav a {text-decoration:none;display:block;padding:9px 0; background:#fafafa;width: 143px; border:1px solid #ccc; border-width: 1px 1px 0px 0;}
		#primary-nav a:hover {background:#fff;}
		
		#primary-nav li.current a {background:#fff; color:#ff8000;}
		
/* == Content == */

	/* Structure */
	#content {padding:18px 18px 0;overflow:hidden; zoom:1;border:1px solid #ccc; 
	background:#fff;
	border-top-width:0;}
		#primary {}
		#secondary {}
	
		
		#secondary-nav {margin-bottom:2em; border-bottom:1px solid #ccc;margin-bottom:1.5em;padding:0.3em; }
				#secondary-nav li {padding:0.5em 0;}
				#secondary-nav a {padding:0.5em 1em 0.5em; color:#666;}
				#secondary-nav li.current a {border-top:1px solid #ccc;background:#fff;color:#333; font-weight:bold;border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #fff; }
		
	.item-description a.show {padding-left:5px;display:inline;}
			
/* General */

	
	#pagination-top {}
	#pagination-bottom {}
		
/* Navigation */
	#primary-nav {}
	#secondary-nav {}
	
		
/* Home Page */
	#home #primary {float:left; width: 414px;}
	#home #secondary {float:right; width: 414px;}

	#featured-collection {margin-bottom:18px;background: url(../images/item_list_back.gif) repeat-x top #fff;border:1px solid #ccc; padding:18px ;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
	#featured-collection img{width:80px; height: 80px;margin:2px;-moz-box-shadow:0px 0px 3px #333;-webkit-box-shadow:0px 0px 3px #333;box-shadow:0px 0px 3px #333;padding:2px;border:1px solid #ccc;}
	#featured-collection img a{text-decoration: none;}
	
	#featured-exhibit {padding:8px;text-align: left;}
		
	#featured-item {overflow:hidden; zoom:1; background: #eee;padding:18px 18px 0;margin-bottom:18px;border:1px solid #ccc;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;
}
		#featured-item img {float:right; margin-left:10px; margin-right: 10px; margin-bottom:18px; border:1px solid #ccc; padding:2px; height:365px; width:365px;
		-moz-box-shadow:0px 0px 3px #333;
		-webkit-box-shadow:0px 0px 3px #333;
		box-shadow:0px 0px 3px #333;}
	
	#recent-items {}
		#recent-items h2{margin-left:20px;}
		#recent-items .item {}
		#recent-items .item img {float:left; display:inline; margin:5px; border:1px solid #ccc; padding: 2px; height:68px; width:68px;
											-moz-box-shadow:0px 0px 3px #333;
											-webkit-box-shadow:0px 0px 3px #333;
											box-shadow:0px 0px 3px #333;}
	
	
	.item-description {font-size:1.2em; line-height:1.5em; margin-bottom:1.5em;}
    .item-description p {font-size:1em;}
    
    #contribute-block {overflow:hidden; zoom:1; padding:8px 0px 12px 0px; margin-bottom:10px; }
	#contribute-block p { border: 1px solid #ccc;  padding: 20px; background: #eee;}
	#contribute-block a {float:right; margin-top: 3px; margin-right: 0px; text-decoration: none; padding:8px 8px 8px 8px; background:#336699; color:#fff; border:3px solid #336699; font-size: 2.7em; display:inline; clear:none;}

	

	/* Items Pages */
	
	#items.show #primary {width: 100%;}
	ul.title-list {margin:0;}
	.title-list li {font-size: 1.2em; line-height: 1.5em; font-style:italic;}
	#extended-metadata {}
		#item-type {}

	#item-metadata {}
		#item-images {overflow:hidden; margin-bottom:18px;}
			#item-images-thumbs {margin:18px 0 18px -18px;}
		#item-publisher {}
		#item-creator {}
		#item-description {}
		#item-relation {}
		#item-spatial-coverage {}
		#item-rights {}
		#item-source {}
		#item-subject {}
		#item-additional-creator {}
		#item-format {}
		#item-contributor {}
		#item-rights-holder {}
		#item-provenance {}
		#item-date {}
		#item-temporal-coverage {}
		#item-date-added {}
		#item-collection {}
	
	#item-files {}
	#item-tags {}
	#item-citation {}
		
	#next-item {}
	#previous-item {}
	
		/* Search Results */
		#primary form {padding:10px 0;overflow:hidden;}
		#primary form .field {font-size:1.2em; line-height:1.5em; margin-bottom:1.5em;clear:both;}
		#primary form .field label {display:block;float:left;margin-right:5px;}		
		input#featured, input#public  {display:block;float:left;}
		#primary form #submit_search {clear:both;float:left;margin-top:10px;}
		#advanced_search_header {}
		#primary #basic_search_header {}

	/* Exhibits Pages */
	#exhibit-nav {}
	#exhibit-summary {}
	#exhibit-show {}
	#exhibits .exhibit {padding:18px 8px; background: url(../images/item_list_back.gif) repeat-x top #fff; border-top:1px solid #ccc;}
	

	/* Collections Pages */
	#collection-description {}
	#collectors {}
	#collection-items {}
	.collection {background: url(../images/item_list_back.gif) repeat-x top #fff;border-top:1px solid #ccc;  padding:18px; margin-bottom: 18px;}
	#collection-browse-snip {}
	p.view-items-link-home {clear:both; margin-left:20px;font-size: medium; text-left: right;}
	p.view-items-link {}

	p.view-info-link {}
	p.view-items-link-on-show {background: url(../images/item_list_back.gif) repeat-x top #fff;border-top:1px solid #ccc;  padding:18px; margin-left:10px; margin-right: 10px; margin-bottom:18px; text-align:center;}
	#collection-item img {height:250px; width:250px; margin-left:10px; margin-right: 10px; margin-bottom:18px; border:1px solid #ccc; 
					padding:3px; background:#fff;
					-moz-box-shadow:0px 0px 3px #333;
					-webkit-box-shadow:0px 0px 3px #333;
					box-shadow:0px 0px 3px #333;
							}
	
/* == Footer == */
#footer {width: 882px; margin:0 auto;margin-top:23px; clear:both; font-weight:bold;overflow:hidden; zoom:1; padding-top:18px;}
	#footer a {text-decoration:none;}
	#footer .navigation {float:right; text-align:right; width: 55%;}
	#footer .navigation li {display:inline;}
		#footer .navigation a {margin-left:8px;}
	
	#footer p {float:left; width: 40%;}

	
/* -- Simple Pages -- */

	ul.simple  {font-size:1.1em; list-style-type:disc;}
	ol.simple  {font-size:1.1em; }
	li.simple  {font-size:1.1em; margin-left:25px; }
	h3.simple {}
	.simple-section {background: url(../images/item_list_back.gif) repeat-x top #fff; border-top:1px solid #ccc;}
	
/* == Lightbox == */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

	
	
