/* style sheet for Clinic receptionist photos page */

div#main_photo {
	margin: auto;
	border: 1px solid black;
	width: 500px;
	height: 500px;
}

/* photo thumbnails title text */
div.phototitle {
	text-align: 	center;
	font-weight: 	normal;
	width: 			100%;
	margin: 		0 3px 3px 3px;
}

/* photo thumbnails */
div#strip {
	margin: 5px auto;
	border: 1px solid black;
}
div#strip img.thumb {
	margin: 		2px;
	border: 		1px solid #A0ACC0;
	height: 		120px;
	text-align: 	center;
}	




div.thumb img{
	display: 		inline;
	margin: 		5px;
	border: 		1px solid #A0ACC0;
}
div.thumb a:hover img { border: 1px solid black; }

