div.gallery
{
	
	margin: 5px;
	text-align: justify;
}
.gallery_album 
{
	float:left;
	height: 150px;
	width: 200px;
	padding-top: 20px;
	text-align: center;
}

.gallery_album_title
{
	clear: both;
	float: none;
}

.gallery_image 
{
	float: left;
	height: 120px;
	width: 100px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.gallery_images 
{
	text-align: center;
}
.gallery_title 
{
	font-weight: bold; 
}
.gallery_description 
{
	
}
.clear
{
	clear: both;
	float: none;
}


a.gallery 
{
	text-decoration: none;
	border: 0;
}

a.gallery img {border: none;}

.album_title
{
	bottom: 0;
}

/* thumbnail list */

ul#thumbs
{
float: left;
}
	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-right:5px;
/*		border:1px solid #999;	*/
		padding:10px; 
        
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:80px;
		height:80px;
		line-height:80px;
		overflow:hidden;
		position:relative;
		z-index:1;
		background-image: url(../images/loader_black.gif);
        background-repeat: no-repeat;
        background-position: center;
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
			left: -3px;
			top: -3px;
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;

		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */


/* single thumbnail */

	p.thumb{
		float:left;
		margin:.5em 0;
		margin-right:10px;
		border:1px solid #999;	
		padding:4px;
	}
	p.thumb a{
		display:block;
		float:left;
		width:100px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb a img{
		float:left;
		position:absolute;
		/*top:-20px;
		left:-50px;	*/
	}
	
	/* mouse over */
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:4px;			
		}	
	
	/* // mouse over */	

/* // single thumbnail */