/*
CSS-styles for the ANIga gallery Wordpress Plugin from Michael Naab
http://animalbeach.net
*/

.gallery_clear {
	clear:both;
}

.gallery_list {
	padding-top:25px;
}

.gallery_alignright {
	/*float: right;*/
}
.gallery_alignleft {
	/*float: left;*/
}

.gallery_aligncenter {
	text-align:center;
}

.gallery_aligncenter a {
    text-decoration: none;
}

.gallery_aligncenter img {
   margin-bottom: 5px;
}

.gallery_list_p {
	padding-right:10px;
	padding-left:10px;
	width:65%;
}

.gallery_pic_border {
	/*border:1px solid #ddd;*/
	border: none;
}

.gallery_select {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/* this is for a constant viewing position when clicking through pictures */
.gallery_slds_td {
	/*height:480px;*/
	width:480px;
	/*this is for black stripes (just like 16 to 9 in TV) */
	/*background:black;*/
}

.gallery_slds_table {
	height:300px;
	width:480px;
	border:none;
}

.gallery_thumb_td {
	padding-top: 10px 0 10px 0;
/*	border:1px solid #ddd;*/
/*	background-color:#d5d6d7;*/
	font-size:0.9em;
	line-height:0.9em;
	text-align: center;
}
.gallery_thumb_td img {
	margin-bottom: 5px;
}

.gallery_thumb_td a {
	color: black;
}

.gallery_slds_filter {
	filter:progid:DXImageTransform.Microsoft.Fade();
}

.gallery_error {
	border:1px solid #ddd;
	/*background:#FFFF99;*/
	color:#fff;
	padding:10px;
	margin:30px;
	text-align:center;
}

.gallery_meta {
	color: black;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 30px 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: 20px;*/
}

.gallery_line_h {
	line-height:20px;
}

.gallery_high {
	color:#777;
}

table.gallery_thumbnails td {
  padding: 0 0 10px 30px;
}

div.picture_navigation {
    margin-top: 1em;
    padding-left: 30px;
}

div.picture_navigation a {
    color: black;
    margin-left: 2px;
    margin-right: 2px;
}

span.gallery_clic_to_enlarge {
    padding-left: 30px;

}

div.postmetadata a{
    color: black;
    margin-left: 2px;
    margin-right: 2px;
}

div.postmetadata img{
    margin-bottom: 5px;
}
