
	.lightBoxContainer{
		white-space:nowrap;
		margin: 10px 0 10px 0px;
	}
	.large{
		font-size:110%;
	}
	.lightBoxContainer a{
		display:block;
		float:left;
		margin:0 2px 2px 0;
		background-color:#BBB199;
		/*height:97px;
		width:97px;*/
		height:58px;
		width:58px;
	}
	.lightBoxContainer a:hover{
		background-color:#B65635;
	}
	.lightBoxContainer a img{
		/*margin:11px;*/
		margin:3px;
		border:0px;
	}
	.lightBoxContainer a img:hover{
		border:solid 1px #B65635;
		/*margin:10px;*/
		margin:2px;
	}
	.clearBoth{
		clear:both;
	}

