.AlbumPanel
{
	margin: 10px;
	text-align: center;
}

h1 
{
	font-size: 2em;
}

.ImagePanel {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 600px;
    height: 600px;
}
.ImagePanel * {
    vertical-align: middle;
}
/*\*//*/
.ImagePanel {
    display: block;
}
.ImagePanel span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
.ImagePanel span {
    display: inline-block;
    height: 100%;
}

.GoPreviousPanel
{
	float: left;
}

.GoNextPanel
{
	float: right;
}
