/* style sheet for Shop photos page */

div.thumb {
	margin: 		3px;
	border: 		1px solid #A0ACC0;
	width:			110px;
	height: 		130px;

	float: 			left;
	text-align: 	center;
}	
div.thumb a {
	margin: 		auto;
}	
div.content_box .boxbody .thumb img {
	float:			none;
	border: 		1px solid #A0ACC0;
}
div.thumb a:hover img {border: 1px solid blue;}

div.phototitle {
	text-align: 	center;
	font-size:		x-small;
	width: 			100px;
	margin: 		0 3px 3px 3px;
}