/*** photo viewer ***/
div.photo {
	margin-top: 0px;
	text-align:center;
	background-color: #000000;
	border: #cccccc 1px solid;
	padding: 5px 0px 5px 0px;
	margin-right: 10px;
}
div.photo a img {
	width: 90px;
	height: 67px;
	border: solid 2px #ffffff;
	margin: 2px;
}
div.photo a img.current,
div.photo a:hover img {
	/* border-color: #1185c4; */
	border-color: #9DC4EA;
}

div.photo img.control {
	margin: 2px;
	border: 0px none;
	width: auto;
	position: relative;
	top: -20px;
	cursor: pointer;
}