/*
** dfg styles
*/
.dfg_thumbnails,
.dfg_filmstrip {
	/* border: 1px solid white; */
	/* width: 740px; */
	font: normal normal 8pt Verdana;
	/* padding: 1px; */
}
.dfg_thumbnails a,
.dfg_filmstrip a {
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin: 2px;
	padding: 3px;
	width:128px;
	overflow: hidden;
	white-space: nowrap;
}
.dfg_thumbnails a img,
.dfg_filmstrip a img {
	display: block;
	background: url("image/img_bg.gif");
	width: 128px;
	height: 128px;
}
.dfg_thumbnails a:hover,
.dfg_filmstrip a:hover,
.dfg_thumbnails a.dfg_selected,
.dfg_filmstrip a.dfg_selected {
	padding: 2px;
	border: 1px solid blue;
	text-decoration: none;
	background: rgb(201,224,255);
}
.dfg_filmstrip {
	white-space: nowrap;
	overflow: auto;
}
.dfg_thumbnails a {
	float: left; /* because of firefox. ie and opera have display: inline-block; */
}
.dfg_filmstrip a {
	display: table-cell; /* firefox */
	display: inline-block; /* ie and opera */
}
.dfg_thumbnails .dfg_clear {
	clear:both;
}
.dfg_filmstrip .dfg_clear {
	display: none;
}



.dfg-details {
	width: 100%;
	border: 1px solid #99CCFF;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0;
}
.dfg-details th {
	background: #99CCFF;
	padding: 3px;
}
.dfg-details tr {
	border-bottom: 1px solid #00CCFF;
}
.dfg-details td {
	margin: 0;
	padding: 3px;
}

.dfg_thumbnails2 a {
	width: 100px;
}
.dfg_thumbnails2 a img {
	width: 100px;
	height: 75px;
}
