.CmsPhotoGalleryControl
{
}

.CmsPhotoGalleryControl-Item
{
    float: left;
    border-style: solid;
    border-width: 1px;
    border-left-color: #ededed;
    border-top-color: #ededed;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    background: #ffffff;
    padding: 8px;
    margin: 4px;
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.CmsPhotoGalleryControl-Item:hover
{
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.CmsPhotoGalleryControl-Item-Thumbnail,
.CmsPhotoGalleryControl-Item-Title
{
    display: block;
}

.CmsPhotoGalleryControl-Item-Title
{
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    height: 24px;
    overflow: hidden;
}

.CmsPhotoGalleryControl-Footer
{
    clear: both;
}


