﻿#laceSlide
{
    text-align: center;
}
#laceSlide .laceSlide-stage
{
    width: 600px;
    height: 600px;
    margin: auto;
    overflow: hidden;
    position: relative;
    background-color: Black;
    text-align: center;
}
#laceSlide .laceSlide-display
{
    text-align: center;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: White;
}
#laceSlide .laceSlide-image
{
}
#laceSlide .laceSlide-info
{
    text-align: left;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: White;
}
#laceSlide .laceSlide-title
{
    margin: 3px 0 3px 10px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
}
#laceSlide .laceSlide-caption
{
    margin: 3px 0 3px 10px;
    padding: 0;
    font-size: 12px;
}
#laceSlide .laceSlide-control
{
    width: 68px;
    height: 68px;
    position: absolute;
    z-index: 750;
}
