ul#cyclepics_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 225px;
}


li.cyclepics_item {
    position: absolute;
    display: block;
    height: 225px;
    width: 300px;
    top: 0;
    left: 0;
}

div.cyclepics_background {
    background: white;
    height: 60px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    width: 250px;
    filter: alpha(opacity=70);
}

div.cyclepics_text {
    color: black;
    font-size: 12px;
    font-weight: bold;
    left: 10px;
    line-height: 15px;
    position: absolute;
    bottom: 5px;
    width:230px;
}

div.cyclepics_text a {
    color: black;
    display: block;
    text-decoration: none;
}

div.cyclepics_image {
    opacity: 1;
}

a.cyclepics_link_image {
    color: #76B02A;
    outline: medium none;
    text-decoration: none;
}

img.cyclepics_image {
    height: 225px;
    width: 300px;
    margin: 0 auto;
    border: 0;
}

