/*  
CSS-styles for the ANIga gallery Wordpress Plugin from Michael Naab
http://animalbeach.net
*/
h2 a{
	color: rgb(204,51,0);
	text-decoration: none;
}
h2 a:hover{
	color: rgb(204,51,0);
	text-decoration: none;
}
.gallery_clear {
	margin: 0 ;
}

.gallery_list {
	float: right;
	padding: 15px 5px;
	width: 40%;
}

.gallery_alignright {
}
.gallery_alignleft {
}
.gallery_alignright a{
	border: none;
	float: none;
}
.gallery_alignleft a{
	border: none;
	float: none;
}
.gallery_aligncenter {
	text-align:center;
}

.gallery_list_p {
}
.gallery_pic_border {
	padding: 5px;
	border:1px solid #ddd;
}

.gallery_select {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/* this is for a constant viewing position when clicking through pictures */
.gallery_slds_table {
	width: auto;
	border: none;
	background: transparent;
	opacity: none;
	filter: Alpha(opacity=100);
}
.gallery_nav_thumb {
	visibility: collapse;
	display: none;
}
.gallery_thumb_td {
	width: 40%;
	background: transparent;
	padding: 6px 12px 6px 0;
/*	border:1px solid #ddd;*/
/*	background-color:#d5d6d7;*/
	font-size:0.9em;
	line-height:0.9em;
	opacity: 1;
	filter:Alpha(opacity=100);
}

.gallery_slds_filter {
}

.gallery_error {
	visibility: hidden;
}
.gallery_meta {
	color: #777;
	padding-top: 5px;
	margin: 30px 0;
	clear: both;
	text-align: center;
}

.gallery_meta small{
	visibility: hidden;
}

.gallery_alt {
	visibility: hidden;
	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;
}