﻿body {
}
.AlbumItem
{
	width:150px;
	height:300px;
	background-color:#fafafa;
	margin:5px;
	float:right;
	text-align:right;
	direction:rtl;
}
.AlbumItem img
{
	width:100%;
	height:120px;
	border:solid 0 black;
}
.GalleryItem
{
	width:150px;
	height:300px;
	background-color:#fafafa;
	margin:5px;
	float:right;
	text-align:right;
	direction:rtl;
}
.GalleryItem img
{
	width:100%;
	height:120px;
	border:solid 0 black;
}
.galleria_container
{
	text-align:center;
}
