.slide_segment
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    height: 200px;
    width: 220px;
    overflow: hidden;
}

.slide_inner
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 200px;
    width: 220px;
    cursor: pointer;
}

.slide_inner_top
{	
    display: block;
    text-align: center;
    height: 140px;
    background: #fff;
    position: relative;
}

.slide_inner_top img
{
    position: absolute;
    bottom: 0px;
    left: 0px
}

.slide_inner_bottom_focus
{
    background: url('../images/slide/bottom_focus.png') top left no-repeat;
    height: 40px;
    font-size: 20px;
    color: white;
    padding-top: 20px;
    text-align: center;
}

.slide_inner_bottom_blur
{
    background: url('../images/slide/bottom_blur.png') top left no-repeat;
    height: 40px;
    font-size: 20px;
    color: white;
    padding-top: 20px;
    text-align: center;
}
