h2.mslide-title {
    float: left;
}

.clear {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    overflow: hidden;
}

#image-meta {
    position: relative;
    bottom: 24px;
    left: 10px;
}

.main-pic {
    width: 440px;
    float: left;
    height: 360px;
}

.carousel {
    width: 75px;
    bottom: -10px;
}

.wrap-mslide {
    position: relative;
}

.target {
    cursor: pointer;
}

.spinner {
    background: url(images/spinner.gif);
    width: 220px;
    height: 19px;
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -40px;
}

.top-arrow {
    background: url(images/top.png);
    width: 77px;
    height: 26px;
    margin: 0 0 5px 0;
    cursor: pointer;
    float: left;
    position: relative;
    right: 2px;
}

.bottom-arrow {
    background: url(images/bottom.png);
    width: 77px;
    height: 26px;
    cursor: pointer;
    float: left;
    position: relative;
    right: 2px;
    top: 15px;
}