.nivo-caption {
    width: 645px; /* Change this to your images width */
}
#gallery{
    position:relative;
    width: 703px; /* Change this to your images width (large + thumbnail) */
    height: 220px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#gallery img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#gallery a {
    border:0;
    display:block;
}
#gallery p {
    color: #fff;
    padding: 5px;
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
}
#gallery p strong {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
}

#gallery .nivo-controlNav {
    bottom: auto;
    position: absolute;
    right: 0;
    width: 52px; /* Change to your thumnail width */
}

#gallery .nivo-controlNav img {
    display:inline; /* Unhide the thumbnails */
    position:relative;
    margin-right:4px;
    margin-bottom:4px;
}

#gallery .nivo-controlNav a.active img {
    opacity: 0.45;
}