		/* gallery inline nuviewer */
		
		.nuvumask {
			background: black;
			position: fixed;
			top: 0; left: 0;
			width: 100%;
			height: 100%;
			z-index: 100;
		}
	
		.nuvuframe {
			z-index: 150;
			background: white;
			box-shadow: 0 0 12px #000000;
		}
		
		.nuvuframe .closeButton {
			position: absolute;
			right: -36px;
			top: -12px;
			z-index: 200;
			cursor: pointer;
			width: 50px;
			height: 50px;
			background: url(/images/smgraphics/close-but-pple-27.png) no-repeat;
		}
		
		.nuvuframe .content {
			width: 100%;
			height: 100%;
			position: absolute;
			z-index: 100;
			overflow: hidden;
		}
	
	
		.mhsIMGVscrollWrapper {
			position: absolute;
			width: 100%;
			height: 100%;
			border: none;
			margin: 0;
			padding: 0;
		}
		
			/* viewer customizations */
		.view_controls {
			border-top-right-radius: 0 0;
			border-bottom-right-radius: 0 0;
			border-top-left-radius: 0 0;
			border-bottom-left-radius: 7px 7px;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 14px;
			color: white;
			padding-right: 42px;
		}

		/* nuview navigation */
		
		.img-mode .item_nav,
		.transcript-mode .item_nav {margin: 0;}
		
		.item_nav {
			clear: left;
			margin: 7px 0 7px 0;
			padding: 7px 14px 7px 14px;
			font-size: 14px;
			background: #e0e0e0;
		}
		
	
		
		.item_nav .sequence_pages {
			display: inline;
			}
			
		.item_nav .sequence_pages h3 {
			display: inline;
			color: black;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 14px;
			padding-right: 14px;
		}
			
		.item_nav .sequence_pages div {
			display: inline;
		}
		
		.item_nav .sequence_pages li {
			display: inline;
			margin: 0;
			font-size: 14px;
			padding: 0;
			border: 1px solid #e0e0e0;
		}
		
		.item_nav .sequence_pages .currentPage {
			cursor: default;
			background: #d0d0d0;
			padding: 0 4px 0 4px;
		}
		.item_nav .sequence_pages .currentPage a {color: #333}
		
		.item_nav .sequence_pages li a:link {
			padding: 0 4px 0 4px;
		}
		.item_nav .sequence_pages li a:link  {
			text-decoration: none;
		}
		
		.item_nav .sequence_pages li:hover {
			border: 1px solid #0077aa;
		}
		
		.item_nav .jump_form {
			display: inline;
			padding-left: 28px;
		}
		
		.item_nav .jump_form input {
			display: inline;
			width: 3em;
			float: none;
			padding: 0;
			line-height: 1.35;
			vertical-align: middle;
			margin: 0;
		}
	
		#seqNavPrev,
		#seqNavNext {
			position: absolute;
			top: 48%;
			z-index: 200;
			background: #1188ff;
			border-radius: 7px;
			-webkit-border-radius: 7px;
			-moz-border-radius: 7px;
		}
		#seqNavPrev {
			left: 0;
			border-top-left-radius: 0 0;
			border-bottom-left-radius: 0 0;
		}

		#seqNavNext {
			right: 0;
			border-top-right-radius: 0 0;
			border-bottom-right-radius: 0 0;
		}
	
		#view_links {
			display: inline;
		}
	
		#view_links li {
			border-left: 1px solid #666 !important;
			padding-left: 4px !important;
			cursor: pointer;
		}
	
		#view_links .chosen {display: none;
		}
	
		.transcript_text {
			padding: 28px;
			background: white;
			margin: 0;
		}
