#content {
background:#eeeeee;
}

#content div {
overflow:auto;
}
.vsplitbar {
width:5px;
background:#aaaaaa;
}

#albumList {
float:left;
margin-left:0;
padding-left:0;
width:100%;
}

li.album {
list-style-type:none;
margin-left:0;
}

li.album img {
border:0;
vertical-align:middle;
}

li.album_with_icon :before {
content:url('/pixmaps/album.png');
}

li.album a {
text-decoration:none;
color:inherit;
display:block;
}

li.photoFrame {
float:left;
text-align:center;
list-style-type:none;
width:148px;
min-height:178px;
}

li.photoFrame img {
border:0;
}

li.photoFrame a {
text-decoration:none;
color:inherit;
}

.active {
background:#333333;
color:#FFFFFF;
}

#loadingPopup {
display:none;
position:absolute;
width:20%;
left:40%;
top:0px;
background-color:red;
color:white;
font-weight:bold;
text-align:center;
z-index:200;
}
