a
	{
		color: #000000;
		text-decoration: none;
	}

ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

.nameHeading
	{
		font-family: "century gothic",Helvetica,Arial;
		z-index: 10;
	}

#myName
	{
		position: absolute;
		top: 10px;
		left: 10px;
		font-size: 18pt;
	}

#myEmail
	{
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 10pt;
	}
	
	
a.navBar:link
	{
		color: #FFFFFF !important;
		background: #343434;
	}
	
a.navBar:hover
	{
		color: #FFFFFF !important;
		background: #000000;
	}
	
a.navBar:active
	{
		color: #343434 !important;
		background: #FFFFFF;
	}


.navBar
	{
		position: absolute;
		top: 48px;
		left: 64px;
		font-family: "century gothic",Helvetica,Arial;
		font-size: 16pt;
	}

.navBarLink
	{
		color: #000000;
	}


.navBarLinkDisabled
	{
		color: #D0D0D0;
	}
	
.debugFooting
	{
		font-size: 14pt;
		font-family: "century gothic",Helvetica,Arial;
		position: absolute;
		/*bottom: 5px;*/
		top: 90px;
		left: 64px;
		z-index: 10;
	}
	
.navLinks
	{
		color: #000000;
		font-size: 12pt;
		font-family: "century gothic",Helvetica,Arial;
		text-decoration: none;
		left: 10px;
		z-index: 10;
	}

.disabledLink
	{
		color: #D0D0D0;
		font-size: 12pt;
		font-family: "century gothic",Helvetica,Arial;
		text-decoration: none;
		left: 10px;
		z-index: 10;
		pointer-events: none;
		cursor: default;
	}
	
#nextImg
	{
		position: absolute;
		top: 220px;
	}

#prevImg
	{
		position: absolute;
		top: 256px !important;
	}

#backImg
	{
		position: absolute;
		top: 310px !important;
	}

#scriptedScale
	{
		position: absolute;
		left: 64px;
		right: 64px;
		top: 220px;
	}

#thumbDivScale
	{
		position: absolute;
		/*scriptedScale left - 20*/
		left: 44px;
		right: 64px;
		/*scriptedScale top - 20*/
		top: 200px;
	}
		
#fitCenter
	{
		position: fixed;
		top: 60px;
		width: auto;
		height: 100%;
		overflow: hidden;
	}
	
#fitCenterBlock
	{
		height: 100%;
		display: block;
	}

.thumbnail
	{
		float: left;
		/*width: 60px;*/
		border: 1px solid #999;
		margin: 20px 20px 20px 20px;
		padding: 10px;
	}