.test_tiles {
	border: none;
	margin: auto;
}

.test_tile {
	border: none;
	padding: 4px;
}

.test_tileImage {
	border: 1px solid #A39D94;
}

#viewer{
	margin: auto;
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 10;
	background: url(../images/template/jtp28-bcknd2.jpg);
	display: none;
	padding: 0px;
	border: 2px solid #A39D94;
	text-align: center;
}

#viewerImg{
	border: none;
	padding: 0px;
	margin: 0px;
}

#prevImg{
	display: none;
}

#nextImg{
	display: none;
}

#imgLoadProgressBox {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	width: 300px;
	height: 40px;
	border: 3px solid #A39D94;
	background: url(../images/template/jtp28-bcknd2.jpg);
	margin-left: -150px;
	margin-top: -40px;
	text-align: left;
	padding: 10px;
	color: #003295;
}

.progressBarOutline {
	border: 1px solid #A39D94;
	margin-top: 2px;
	text-align: left;
	width: 300px;
}

.progressBar {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/template/jtp28-icon.gif);
	background-position: center left;
	background-repeat: repeat-x;
	width: 0px;
}

a:link.buttonLink {
	text-decoration: none;
	color: #494949;
	border: 2px solid #494949;
	background: url(../images/template/jtp28-bcknd.jpg);
	padding: 3px;
	font-family: sans-serif;
	font-weight: bold;	
}

a:visited.buttonLink {
	text-decoration: none;
	color: #494949;
	border: 2px solid #494949;
	background: url(../iages/template/jtp28-bcknd.jpg);
	padding: 3px;
	font-family: sans-serif;
	font-weight: bold;	
}

a:active.buttonLink {
	text-decoration: none;
	color: #494949;
	border: 2px solid #494949;
	background: #009eda;
	padding: 3px;
	font-family: sans-serif;
	font-weight: bold;	
}

a:hover.buttonLink {
	text-decoration: none;
	color: #12b0cd;
	border: 2px solid #12b0cd;
	background: #cce9f9;
	padding: 3px;
	font-family: sans-serif;
	font-weight: bold;	
}

.navHolder {
	padding: 10px;
	margin: auto;
}
