/*
* gallery.css - Stylesheet zur Gallerie
*	created: 21. Juni 2006
*	author: S.H�ninger
*	copyright: S.H�ninger
*/
input.specialsize {
	width: auto;
	}
div.imagecell {
	width: 480px;
	height: auto;
	float: left;
	/*border: 1px solid black;*/
}
div.imagecell .img_form {
	margin-left: 120px;
}
div.edit_images_admin {
	height: 1.5em;
}
div.clear {
	font-size: 1px;
	clear: both;
}
table.img_info {
	width: 500px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2px;
}
td.key {
	font-weight: bold;
	vertical-align: top;
}
td.value {
	text-align: left;
	vertical-align: top;
}
td.value_text {
	text-align: left;
}
table.img_navi {
	width: 500px;
}
table.img_navi, table.img_navi td {
	border: 0 !important;
}
.img_box {
	text-align: center;
	background: transparent;
}
.img_box.thumb {
	display: block;
	position: relative;
	/*background: url('./images/100_bg.gif') #DDD;*/
}
div.img_box.big {
	width: 640px;
	height: auto;
	height: auto;
	overflow: auto;
	/*background: url('./images/480_bg.gif') #DDD;*/
}
div.thumb_box {
	float: left; /* vertical-align works only without float */
	height: 120px;
	width: 120px;
	display: table-cell;
	vertical-align: middle;
	margin: 2px;
}

a img {
	border: 0;
}
a:hover .img_box img {
	border: 2px solid #759D00;
}
