#largeImageDiv {
}
	#largeImageDiv table{
		border: 0px;
		width:100%;
		height: 190px;
	}
	
	#largeImageDiv img{
		border: 1px solid #000000;	
		cursor: pointer;
	}










#galleryMiniatures{
	text-align: center;
	width: 100%;
	border: 0px solid #000000;
	margin-left: auto;
	margin-right: auto;
}
	
	#galleryMiniatures .container{
		width: 75px;
		height: 85px;
		float: left;
		margin: 5px;
	}
	
	#galleryMiniatures .container img{
		margin: auto;
		border: 1px solid black;
		cursor: pointer;
	}








.galleryMenu{

}
	.galleryMenu a{
		display: block;
		width: 160px;
		text-decoration: none;
		line-height: 17px;
		color:#5b5b5b;
		font-size:11px;
		font-family:arial;
			
	}
	.galleryMenu  a:hover{
		background: #ffe2e2;
		color:#3f3f3f;
	}
		.galleryMenu  .clicked{
			background: #dde7f5;
			color:#3f3f3f;
		}
		
		.galleryMenu .dimension0{
			font-weight: bold;
			text-indent: 10px;
			border-bottom: 1px solid #8b98ab;
			margin-bottom: 0px;
			}
		.galleryMenu .dimension1{
			font-weight: bold;
			font-style: italic;
			text-indent: 15px;
			border-bottom: 1px solid #8b98ab;
			font-size:10px;
		}
		.galleryMenu .dimension2{
			font-style: normal;
			text-indent: 25px;
			border-bottom: 1px solid #8b98ab;
		}
		.galleryMenu .dimension3{
			font-style: italic;
			text-indent: 30px;
		}
