.albumList{
float:left;
}

.add, .up, .edit, .delete{
float:left;
clear:both;
color:#AAA;
}


.album_cover{
width:160px;
height:180px;
border:1px solid #DEE0C7;
display:block;
float:left;
margin:10px;
text-align:center;
padding-top:5px;
}

.album_cover a{
display:block;
clear:both;
}

.album_cover .label{
color:#AAA;
}

.itemList{
display:block;
float:left;
}

.album_item{
width:100px;
height:120px;
/*border:1px solid #ffaaaa;*/
display:block;
float:left;
margin:10px;
text-align:center;
}

ul.controls{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
