.album {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
}

.album .preview {
float: left;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 14px;
}

.album .preview_image {
background: #ffffff url("../images/album_wait_2.gif") no-repeat center center;
padding: 5px;
border: 1px solid #c3c8cd;
text-align: center;
cursor: pointer;
}

.album .preview_text {
height: 15pt;
line-height: 15pt;
text-align: center;
padding-left: 6px;
padding-right: 6px;
}

.album_image {
z-index: 100;
display: none;
position: absolute;
left: 0px;
top: 0px;
background-color: #ffffff;
border: 1px solid #868f98;
padding: 5px;
}

.album_image_text {
display: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
height: 26pt;
line-height: 26pt;
color: #445566;
text-align: center;
overflow: hidden;
}

.album_wait {
z-index: 100;
display: none;
position: absolute;
left: 0px;
top: 0px;
background: url("../images/album_wait.gif") no-repeat center center;
width: 100px;
height: 100px;
}

.album_enable {
z-index: 100;
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 100px;
height: 100px;
background-color: #000000;
cursor: pointer;
filter: alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
