﻿.newPicBox {
	white-space: normal;
	font-family: Tahoma, Verdana, Sans-Serif;
	border: 1px solid #777777;
	padding: 6px;
	margin: 10px;
	display: block;
	clear: both;
	width: 100%;
	float: inherit;
}
.newPicImg {
	border: 1px #D3D2B4 solid;
	margin: 5px;
	padding: 3px;
	background-color: #FFFFCC;
	width: 106px;
	height: auto;
	float: left;
	font-size: 10px;
	font-weight: bold;
}
.newPicImg img {
	width: 100px;
	height: auto;
}
.newestPicImg {
	border: 1px #D3D2B4 solid;
	margin: 3px;
	padding: 2px;
	background-color: #FFFFCC;
	width: auto;
	height: auto;
	float: left;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.newestPicImg img {
	width: 80px;
	height: 75px;
}
.newPicMenu {
	padding: 5px;
	margin: 5px;
	border-style: none;
	border-width: 1px;
	display: block;
	height: 100px;
	width: inherit;
}
.newAlbumTitle {
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	width: 100%;
	padding: 5px;
	margin: 5px;
	text-align: left;
}
.TitlePicBox {
	padding: 0px;
	margin: 5px;
	position: relative;
	float: right;
}
