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

.gallery_clear {
	clear:both;
}

.gallery_list {
	padding-top:5px;
}

.gallery_alignright {
	float: right;
}
.gallery_alignleft {
	float: left;
}

.gallery_aligncenter, .gallery_thumb_pages {
	text-align:center;
}
/*.gallery_thumb_pages img,
.gallery_aligncenter img,

{*/


.gallery_talignleft {
	text-align:left;
}

.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: 10px;
	padding-right: 10px;
	padding-left: 10px;
/*	border:1px solid #ddd;*/
/*	background-color:#d5d6d7;*/
	font-size:0.9em;
	line-height:0.9em;
	/*background-repeat:no-repeat;
	background-position:50% 50%;*/
	vertical-align:middle;
	text-align:center;
	width:140px;
	height:150px;
}
/*
html > body .gallery_thumb_td {
	background-image:url(images/bg_thumb.png);
}
* html .gallery_thumb_td {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_thumb.png', sizingMethod='scale');
}
*/

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

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

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

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

.gallery_alt {
	margin: 0;
	padding: 10px;

}

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

.gallery_padb {
	padding-bottom: 15px;
}

.gallery_line_h {
	line-height:20px;
}

.gallery_high {
	color:#777;
}

.gallery_nav_thumb {
	/* breadcrumb navigation */
}
.gallery_nav_table {
	width:400px;
}
.gallery_nav_left {
	height:125px;
	width:240px;
	float:left;
	text-align:center;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:100% 50%;
	background-image:url(images/bg_picnav_left.gif);
}
/*
html > body .gallery_nav_left {
	background-image:url(images/bg_thumb.png);
}
* html .gallery_nav_left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_thumb.png', sizingMethod='scale');
}
*/
.gallery_nav_right {
	height:125px;
	width:240px;
	float:right;
	text-align:center;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:0% 50%;
	background-image:url(images/bg_picnav_right.gif);
}
/*
html > body .gallery_nav_right {
	background-image:url(images/bg_thumb.png);
}
* html .gallery_nav_right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_thumb.png', sizingMethod='scale');
}
*/
