#teaser ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 0px 0px;
    height: 380px;
    width: 275px;
    float: left;
    overflow: hidden;
}

#teaser #title {
    font-size: 1.3em;
    font-weight: bolder;
    letter-spacing: -0.01em;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    display: block;
    border: 0px;
}

#teaser #title a {
    text-decoration: none;
    color: #000;
    border: 0px;
}

#teaser #thumbnails {
    overflow: hidden;
    width: 275px;
    height: 180px;
    max-width: 275px;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    vertical-align: middle;
}

#teaser #thumbnails img {
    width: 275px;
}

#teaser #text {
    font-size: 1em;
}

#teaser #date {
    font-size: 0.8em;
    color: #888;
    background-color: transparent;
    background-image: url(/_lib/images/blog-icons2/time.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center left;
    padding-left: 20px;
    display: none;
}

#teaser #eventdate {
    display: none;
}

#teaser li {
    padding: 0 0 0 0;
    line-height: 1.3em;
    text-align: left;
    margin: 0 0 0 0;
    list-style-type: none;
}

#teaser #link {
    margin-top: 5px;
}

#teaser #link a {
    text-decoration: none;
    font-weight: bold;
}

#teaser .page_gallery_title {
    display: none;
}

