
div.albumgrid div.album {
	width:200px;
	height:260px;
	float:left;
	padding:0px;
	margin:10px;
	cursor:pointer;
	position:relative;
}
div.albumgrid div.album a {
	color:#000;
	text-decoration:none;
}
div.albumgrid div.album:hover a {
	color:#fff;
	text-decoration:none;
}
div.albumgrid div.album:hover {
	background-color: #7ea4d4;
	background-image: url('/static/images/selectionover.gif');
	background-repeat: repeat-x;
	color:#fff;
}

div.albumgrid div.album img.preview {
	position:absolute;
	width:180px;
	height:180px;
	top:10px;
	left:10px;
	z-index:50;
}
div.albumgrid div.album img.corners {
	position:absolute;
	width:180px;
	height:180px;
	top:10px;
	left:10px;
	z-index:51;
}
div.albumgrid div.album span.albname,
div.albumgrid div.album a {
	height:30px;
	position:absolute;
	line-height:14px;
	font-size:14px;
	overflow:hidden;
	text-align:center;
	top:190px;
	left:10px;
	width:180px;
}
div.albumgrid div.album span.owner {
	height:30px;
	line-height:13px;
	font-size:13px;
	overflow:hidden;
	top:220px;
	text-align:center;
	position:absolute;
	left:10px;
	width:180px;
}


div.album-plist-photo {
	float:left;
	margin:5px;
	padding:5px;
	border:1px solid #aaa;
	background-color:#eee;
}

