div.gallery
{
	border: 1px solid #aaa;
	background: #fff;
	padding: 8px;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
}

img.gallery, a.gallery_name
{
	width: 290px;
	height: 182px;
	display: block;
}

a.gallery_name
{
	margin-top: 3px;
	height: 2.5em;
}

div.gallery_date
{
	text-align: right;
	color: #aaa;
	margin-bottom: 10px;
}

/* link "pokaż wszystkie" */
a.last_galleries_all
{
	display: block;
	float: right;
	margin-top: 15px;
	background: #328383;
	color: #fff;
	font-weight: normal;
	padding: 3px 10px 4px 10px;
}

a.last_galleries_all:hover
{
	background: #666;
}

div#gallery_component
{
	margin-top: 15px;
	margin-bottom: 5px;
	clear: both;
}
