/*  
CSS-styles for the ANIga gallery Wordpress Plugin from Michael Naab
http://animalbeach.net
*/

.gallery_clear {
	clear:both;
}

.gallery_list {
	position: relative;
 	top: 0;
 	right: 0;
 	padding-right: 100%;
}


.gallery_alignleft {
	position: absolute;
 	top: 0em;
 	right: 0em;
	width: 20em;
}

.gallery_aligncenter {
	position: absolute;
 	top: 0em;
 	right: 0em;
	width: 20em;
}

.gallery_alignright {
	position: absolute;
 	top: 0em;
 	right: 0em;
	width: 20em;
}

.gallery_talignleft, .gallery_thumb_pages {
	text-align:left;
}

.gallery_taligncenter {
	text-align:center;
}

.gallery_talignright {
	text-align:right;
}

.gallery_list_p {
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	width:65%;
}

.gallery_thumb_border {
	/*if you have reflections turned off, use this: */
	border:1px solid #ccc;
	/*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: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: 5px;
	padding-right: 10px;
	padding-left: 10px;
/*	border:1px solid #ddd;*/
/*	background-color:#d5d6d7;*/
	font-size:0.9em;
	line-height:0.9em;
}

.gallery_thumb_comments {
	position: relative;
	z-index: 1;
	/*if you have reflections turned off use this: */
	/*top:0px;*/
	top: -15px;
	text-align: center;
}

.gallery_slds_filter {
	filter:progid:DXImageTransform.Microsoft.Fade();
}

.gallery_error {
	border:1px solid #ddd;
	background:#63b4ec;
	color:#000000;
	padding:10px;
	margin:100px;
	text-align:center;
}

.gallery_meta {
	color: #999;
	padding-top: 5px;
	/*margin: 30px 0;*/
	clear: both;
	text-align: center;
}

.gallery_alt {
	margin: 0;
	padding: 5px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.album_title_pei{
	position: absolute; top: 0px; left: 365px;
}

.album_describtion_pei{
	position: absolute; top: 18px; left: 366px;
}

.gallery_thumb_pei {
	position: absolute; top: 35px; left: 70px;
}

.gallery_picture_pei{
	position: relative; top: 40px; left: 365px;
	width: 400px;
}
.gallery_caption_pei{
	position: relative; padding-top: 40px; left: 365px;
	width: 400px;
}

.gallery_pad, .gallery_pad_thumb  {
	padding-top: 20px;
}

.gallery_padb {
	padding-bottom: 15px;
}

.gallery_line_h {
	line-height:20px;
}

.gallery_high {
	color:#777;
}

.gallery_nav_thumb {
	/* breadcrumb navigation */
}
