﻿.imageNav {
	text-decoration: none;
	width: 30px;
	background-color: #F0F0F0;
	border: 1px inset #C0C0C0;
	text-align: center;
	height: 450px;
}

A.imageNav:link {
	text-decoration: none;
	border: 1px inset #C0C0C0;
}

A.imageNav:hover {
	background-color: #C0C0C0;
	border: 1px inset #C0C0C0;
}

.imageNav img {
	margin-top: 10px;
}

.thumbNav {
	text-decoration: none;
	margin-top: 1px;
	width: 6px;
	background-color: #F0F0F0;
	text-align: center;
	height: 45px;
}

A.thumbNav:link {
	text-decoration: none;
}

A.thumbNav:hover {
	background-color: #C0C0C0;
	border: none;
}

.thumbNav img {
	margin-top: 18px;
}

.thumbLnk img {
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background: none;
}

A.thumbLnk:hover {
	background: none;
	border: none;
}

A.thumbLnk:hover img {
	text-decoration: none;
	border: 1px solid #FF0000;
}