div.paging{
	clear: both;
	float: none;
	vertical-align: top;
}

div.paging img{
	border: 0px none !important;
}

.date {
	font-size: 10px;
}

.number {
}

.numbersel {
	font-weight: bold;
}

#addentry {
	margin-bottom: 5px;
	margin-top: 5px;
text-align: center;
}

#album{
	float: left;
	width: 99%;
text-align: center;
}

/* ----------- list ---------*/
#album div.entry{
	float: left;
	height: 220px;
	margin: 2px;
	padding-bottom: 3px;
	text-align: center;
	top: inherit;
	vertical-align: bottom;
	width: 154px;
}

#album img {
	border: 1px solid #000000;
}

#clear {
	clear: both;
}


#postcard {
	background: #FFFFFF;
	border: 1px solid #000000;
	height: 400px;
	margin: auto;
	padding: 10px;
	text-align: left;
	width: 580px;
}

#postcardleft{
	border-right: 1px solid #000000;
	clear: both;
	display: block;
	float: left;
	height: 390px;
	line-height: auto;
	padding: 0;
	position: absolute;
	width: 380px;
}

* html #postcardleft{
	position: relative;
}

#postcardright{
	clear: both;
	display: block;
	float: right;
	margin: 0;
	padding-left: 5px;
	padding-top: 0px;
	position: relative;
	text-align: right;
	top: 0px;
	width: 220px;
}

#postcardright img{
	border: 0;
}

#postcardrecipient {
	width:190px;
	border: 1px dotted black;
	text-align: left;
	margin-top: 150px;
	float: right;
	padding: 2px;
}
#postcardtext {
	margin: 0px 5px 0px 0px;
}
#postcardtimestamp {
	float: right;	
	margin: 0px 5px 0px 0px;
}