.event_cont {
    width: 399px;
    height: 80px;
    padding: 10px;
    margin: 10px;
    background: #acacac;
    float: left;
    display: inline;
}

    .event_cont h2 {
        margin: 0;
        color: #464646;
    }
    .event_cont a {
        position: relative;
        overflow: hidden;
        width: 76px;
        height: 76px;
        display: block;
        float: left;
        margin-right: 10px;
        border: 2px solid #686868;
    }
    .event_cont a:hover {
        border: 2px solid #fff;
    }
    .event_cont a img {
        position: absolute;
        top: 0;
        left: 0;
    }

.gallery_title {
    text-align: center;
}

#gallery_frame {
    width: 600px;
    height: 450px;
    position: relative;
    border: 1px solid #464646;
    margin: 10px auto 5px auto;
    overflow: hidden;
    background: #fff url(loading.gif) center no-repeat;
}
#gallery_image {position: absolute; display: none; z-index: 1;}
#loading {position: absolute;}

#gallery_caption {
    width: 100%;
    height: 1em;
    margin: 5px auto;
    line-height: 10px;
    text-align: center
}

#gallery_thumbs {
    width: 548px;
    height: 100px;
    border: 1px solid #464646;
    background: #fff;
    margin: 5px auto;
    position: relative;
}
#gallery_thumb_left {
    position: absolute;
    top: 5px;
    left: 5px;
}
#gallery_thumb_right {
    position: absolute;
    top: 5px;
    left: 514px;
}
#gallery_ul_container {
    margin: 0;
    padding: 0;
    height: 100px;
    width: 475px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 39px;
}
#gallery_thumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100px;
    width: 50000px;
    position: absolute;
    top: 0px;
    left: 0px;
}
#gallery_thumbs ul li {
    width: 88px;
    height: 88px;
    border: 1px solid #999;
    background: #000;
    position: relative;
    float: left;
    display: inline;
    margin: 5px 5px 0 0;
    overflow: hidden;
}
#gallery_thumbs ul li img {position: absolute; top: 0px; left: 0px;}
.dark_image img {filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;}
.active_image img {filter:alph(opacity=100);-moz-opacity:1;opacity:1;}
.image_hover img {filter:alph(opacity=100);-moz-opacity:1;opacity:1;}
#image_left {cursor: default; position: absolute; top: 0px; left: 0px; width: 150px; height: 450px; z-index: 20; outline: 0;}
#image_left img {position: absolute; top: 175px; left: 10px; width: 100px; height: 100px; border: none; display: none;}
#image_right {cursor: default; position: absolute; top: 0px; left: 450px; width: 150px; height: 450px; z-index: 20; outline: 0;}
#image_right img {position: absolute; top: 175px; left: 40px; width: 100px; height: 100px; border: none; display: none;}