/* 
	$Id$
	@file
*/

.gallery_album_view {
	position:relative;
	text-align:left;
	display: block;
	_width:100%;
	overflow:auto;
}

.gallery_album_entry {
	float:left;
	/*
	width:140px;
	height:120px;
	*/
	text-align:center;
	margin:2px;
	/*border:dotted 1px #FFFFFF;*/
	padding:10px;
	overflow:hidden;
	display: block;
}
