/*  
CSS-styles for the ANIga gallery Wordpress Plugin from Michael Naab
http://animalbeach.net
*/

.gallery_clear {
	clear:none; /*orig: both*/
}
.gallery_list {
	padding-top:25px; /*abstand zwischen liste und überschrift*/
}

.gallery_alignright {
	float: left;
}
.gallery_alignleft {
	float: left;
}

.gallery_aligncenter {
	text-align:center;
}

.gallery_list_p {
	padding-right:0px;
        padding-top:5px;
	padding-left:110px;
	width:400px;
}
.gallery_list_p a{
font-weight:bold;
} 
/* .gallery_list_p a:hover{
text-decoration:underline;
} */
.gallery_pic_border {
	border:1px solid #ddd;
}

.gallery_select {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        background-color:#dfebee;
}

/* this is for a constant viewing position when clicking through pictures */
.gallery_slds_td {
	height:400px;
	width:400px;
	/*this is for black stripes (just like 16 to 9 in TV) */
	background:black;
}

.gallery_slds_table {
	height:400px;
	width:400px;
	border:none;
}

.gallery_thumb_td {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
/*	border:1px solid #ddd;*/
/*	background-color:#d5d6d7;*/
	font-size:0.9em;
	line-height:0.9em;
}


.gallery_slds_filter {
	filter:progid:DXImageTransform.Microsoft.Fade();
}

.gallery_error {
	border:1px solid #ddd;
	background:#dfebee;
	color:#000000;
	padding:10px;
	margin:30px;
	text-align:center;
}

.gallery_meta {
	color: #000;
	padding-top: 5px;
	margin: 30px 0; 
	clear: none; /*orig: both*/
	/* text-align: left; */
}

.gallery_alt {
	margin: 0;
	padding: 5px 10px 5px 10px;
	background-color: #dfebee;
	border:1px solid #333
}

.gallery_caption {
      width:400px;
       margin: 0; 
      padding: 5px 0px 5px 0px; 
      background-color: #dfebee;
	border:1px solid #333
      
}

.gallery_pad {
	padding-top: 20px; /*orig: 20*/
}

.gallery_line_h {
	line-height:20px;
}

.gallery_high {
	color:#777;
}

.gallery_background {
      border-bottom: 1px solid #412618;
}
