﻿#gallery 
{
    margin: 20px;
    list-style: none;
    display: block;
    width: 230px;
    z-index: 0;
}

#gallery li 
{
    position: relative;
}

#gallery .heading
{
    width: 230px;
    height: 32px;
}

#gallery .heading span 
{
    display:block;
    font-size:16px;
    font-weight:bold;
    padding:6px;
}

#gallery .text
{
    width:230px;
    position: relative;
}

#gallery .text div
{
    display:block;
    padding:6px;
    position:relative;
    width:218px;
}