div#content { background-color: #CEB6B4 } 
div#loc_v {
	position: absolute;
	width: 820px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-left: -425px;
	margin-top: -300px;
}

#loc_v a img {
	border: solid 4px #ccc;
}
#loc_v a img.c {
	border: 0;
}
#loc_v a:hover img {
	border-color: white;
}
#loc_v a:hover {  /* wakeup IE */
	border-width: 0;
}

img.c {
	margin: 0;
	border: 0;
}
