.album {
position: relative;
}

.album .preview {
float: left;
margin-right: 15px;
margin-bottom: 15px;
}

.album .preview_image {
padding-right: 10px;
padding-bottom: 10px;
}

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

.album .preview_image img:hover{
border: 1px solid #020202 !important;
}

.album .preview_text {
font-family: arial,helvetica,sans-serif;
font-size: 11pt;
color: #12171d;
height: 22px;
line-height: 22px;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-shadow: 1px 1px 0px #ffffff;
cursor: default;
padding-right: 5px;
padding-left: 5px;
}

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

.album_image_text {
display: none;
font-family: arial,helvetica,sans-serif;
font-size: 11pt;
height: 26pt;
line-height: 26pt;
color: #12171d;
text-align: center;
white-space: nowrap;
overflow: hidden;
}

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

.album_slideshow_info {
z-index: 1000;
display: none;
position: absolute;
left: 0px;
top: 0px;
padding: 5px 10px 5px 10px;
text-align: center;
font-family: arial,helvetica,sans-serif;
font-size: 12pt;
font-weight: bold;
color: #ffffff;
border: 1px solid #ffffff;
}

.album_enable {
z-index: 1000;
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;
}