#albumsList
{
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}
.jspContainer
{
    position: relative;
    z-index: 0;
}
.jspPane
{
    position: absolute;
}
.show_add, .load_page, .show_edit
{
    position: relative;
}
div.album
{
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    padding: 14px 43px 10px;
    display: inline-block;
    vertical-align: top;
}
.preview
{
    clear: both;
    display: block;
    min-height: 200px;
    padding-top: 20px;
    width: 275px;
}
img.stackphotos
{
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    margin-left: 0;
    padding: 2px;
    position: absolute;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    width: 270px;
    z-index: 20;
    height:200px;
}
.preview #p1:hover
{
    transform: scale(1.1) rotate(0deg);
}
.preview .stackphotos1, .preview #p1
{
    margin-left: 6px;
    margin-top: 4px;
}
.preview .stackphotos2
{
    margin-left: 3px;
    margin-top: 2px;
}
.preview .stackphotos3
{
}
.preview .rotate1
{
    transform: rotate(15deg);
}
.preview .rotate2
{
    transform: rotate(0deg);
}
.preview .rotate3
{
    cursor: pointer;
    transform: rotate(-15deg);
}
.picTitle
{
    background-color: #3C3C3C;
    color: #DDDDDD;
    cursor: pointer;
    display: none;
    font-size: 0.825em;
    margin: -20px auto 0;
    max-width: 148px;
    overflow: hidden;
    padding: 4px 6px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 1px black;
    white-space: nowrap;
    width: auto;
    z-index: 11;
}
.title, .stats
{
    font-family: inherit;
    max-width: 275px;
    overflow: hidden;
    padding: 5px 0;
    margin: 5px 0 0;
}
.stats
{
    color: #168E92;
    font-family: inherit;
    font-size: 12px;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: uppercase;
}
.date
{
    background: url("../images/org.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    display: block;
    float: left;
    font-family: inherit;
    height: 55px;
    margin-top: 5px;
    text-align: center;
    width: 57px;
}
.day
{
    display: block;
    font-size: 25px;
    line-height: 26px;
}
.month, .year
{
    display: block;
    font-size: 11px;
    line-height: 10px;
}
.title .headers
{
    color: #c80020;
    float: left;
    font-family: inherit;
    font-size: 18px !important;
    line-height: 25px;
    width: 100%;
}
.title .description
{
    font-family: inherit;
    font-size: 13px;
    width: 100%;
}
.title p
{
    margin-bottom: 0px !important;
    width: 100%;
}
.title p b
{
    font-family: inherit;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
}
.loading_gallery {
    background: url("../images/loading.gif") no-repeat scroll center center transparent;
    display: block;
    height: 200px;
    position: relative;
    text-align: center;
    width: 1180px;
}
