/*  
CSS-styles for the ANIga gallery Wordpress Plugin from Michael Naab
http://animalbeach.net
*/

.gallery_titel {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.bild_navi {
	clear:both;
	float: center;
	padding-bottom: 14px;
}

.gallery_clear {
	clear: both;
}

.gallery_list {
	padding: 16px 0 16px 2px;
	margin-bottom: 8px;
}

.gallery_list a:hover img {
	padding: 1px;
	border: 2px solid #008fa4;
}

.gallery_alignright {
	float: left;

}
.gallery_alignleft {
	float: left;
}

.gallery_aligncenter {
	text-align: center;
}

.gallery_list_p {
	padding: 0 10px 0 10px;
	width:69%;
}

.gallery_pic_border {
	border: 3px solid #fff;
}

.gallery_select {
	font: 0.9em Verdana, Arial, Sans-Serif;
}

/* this is for a constant viewing position when clicking through pictures */
.gallery_slds_td {
/*	width: 566px; */
/*	height: 566px; */
	border: 8px solid #fff;
	/*this is for black stripes (just like 16 to 9 in TV) */
	background:white;
}

.gallery_slds_table {
/*	width: 566px; */
/*	height: 566px; */
	border:none;
}

.gallery_thumb_td {
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 4px;
/*	border:1px solid #fff;*/
/*	background-color:#d5d6d7;*/
	font-size:0.8em;
	line-height:0.8em;
}

.gallery_thumb_td a:hover img {
	padding: 1px;
	border: 2px solid #008fa4;
}

.gallery_slds_filter {
	filter:progid:DXImageTransform.Microsoft.Fade();
}

.gallery_error {
	border:1px solid #ddd;
	background:#eeeeee;
	color:#717171;
	padding:10px;
	margin:30px;
	text-align:center;
}

.gallery_meta {
	color: #888;
	padding-top: 8px;
	margin: 8px 0;
	clear: both;
	text-align: center;
}

.gallery_alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.gallery_pad {
	padding-top: 8px;
}

.gallery_line_h {
	line-height:20px;
}

.gallery_high {
	color:#777;
}