.photo {
	border:solid 1px #c3c3c3;
	cursor:pointer;	
	padding:2px;
}

.photo:hover {
	border-color:#a61d0a;
	padding:2px;	
}

td.photopgsel {
	width:25px;
	height:25px;
	border:solid 1px #CCC;
	cursor:pointer;
	background:#836c70;
	text-align:center;
}

td.photopg {
	width:25px;
	height:25px;
	border:solid 1px #CCC;
	cursor:pointer;
	text-align:center;	
}

td.photopg:hover {
	background:#836c70;
}