div.photo_group
	{
	clear: left;
	margin-top: 10px;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	}

a.photo_group { color: #000; }

div.thumb_100, div.thumb_120
	{
	float: left;
	height: 100px;
	width: 100px;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0px 10px 0px 0px;
	}

div.thumb_120
	{
	position: relative;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 150px;
	background-color: #2a0f02;
	margin: 8px;
	cursor: pointer;
	float: left;
	}

img.photo_label
	{
	float: left;
	margin: -10px 10px 0px 0px;
	border: none;
	}

