@charset "utf-8";
/* CSS Document */

.album
{
	position: relative;
	float: left;
	width: 145px;
	height: 145px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.browseUnit
{
	border: 0px solid navy;
	position: relative;
	float: left;
	/*width: 300px;*/
	height: 145px;

	margin: 10px 0px;
}
.browseUnit div
{
	position: relative;
	overflow: hidden;
	white-space:nowrap;
}