/* BASIC */

div.sfbgal_frame {
	position:						relative;
}

table.sfbgal {
	border-collapse:				separate;
	border-spacing:					3px;
	margin:							-3px;
}

table.sfbgal td {
	padding:						0px;
	text-align:						left;
	vertical-align:					middle;
}

table.sfbgal a, table.sfbgal a:hover {
	border:							0px none;
	text-decoration:				none;
	outline:						none;
	cursor:							pointer;
}

table.sfbgal div.sfb_imgframe {
	position:						relative;
}

table.sfbgal img {
	display:						block;
	margin:							0 auto;
	padding:						0;
	border:							0px none;
}

table.sfbgal label {
	display:						block;
	position:						relative;
	margin:							0;
	padding:						0;
	padding-top:					3px;
	font-size:						11px;
	white-space:					nowrap;
	text-align:						center;
	color:							#000000;
	overflow:						hidden;
	cursor:							default;
}

/* STYLE */

table.sfbgal {
	/* Tabelle (border-collapse und -spacing anpassen) */
}


table.sfbgal td {
	/* Zellen */
	border:							1px solid #CCCCCC;
	background-color:				#FCFCFC;
	padding:						2px;
}

table.sfbgal td.empty {
	/* leere Zellen */
	border:							0px none;
	background-color:				transparent;
}

table.sfbgal div.sfb_imgframe {
	/* Bildrahmen (volle Zellenbreite, Hšhe wie Bild) */
}

table.sfbgal img {
	/* Bild */
}

table.sfbgal label {
	/* Bildtitel */
}
