@CHARSET "UTF-8";

.photo_gallery_div {
	float: left;
	width: 200px;
	margin-top: 8px;
	/*background-color: #0CF;*/
}

.photo_gallery_div .see_all_div {
	width: 194px;
	float: left;
	text-align: right;
	margin-right: 6px;
}

.photo_gallery_div .see_all_div a {
	text-align: right;
	text-decoration: none;
}

.photo_gallery_div .see_all_div a.disabled {
	color: #FF6F6F;
}

.photo_gallery_div h3 input[type="button"] {
	margin-right: 6px;
}

.photo_gallery_div .thumb_container {
	float: left;
	margin-bottom: 16px;
	padding-left: 6px;
	width: 200px;
}

.photo_gallery_div .scrolling_thumb_container {
	float: left;
	width: 200px;
}

.photo_gallery_div .overflow_hidden {
	height: 106px;
	margin-bottom: 6px;
	overflow: hidden;	
}

.photo_gallery_div .thumb {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 6px 12px 0;
	text-align: center;
	cursor: pointer;
}

.photo_gallery_div .thumb img.selected {
	border: 1px solid #00FF00;
}
