/* Start of CMSMS style sheet 'livGallery' */
#hiddenGallery {
    display: none;
}
#gallery {
    width: 582px;
    height: 340px;
    background-position: top left;
    position: relative;
    overflow: hidden;
}
#galleryImage {
    width: 582px;
    height: 340px;
    background-position: top left;
    position: absolute;
    top: 0;
    left: 0;
} 
#panel {
    width: 592px;
    height: 90px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.quote-panel {
    width: 592px;
    height: 80px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    background: #ece4de;
    position: absolute;
    top:0px;
    left:0px;
    filter:alpha(opacity=84);
    -moz-opacity:0.84;
    -khtml-opacity: 0.84;
    opacity: 0.84;
}
.slideshowB .quote-panel {
    height: 35px;
    margin-bottom: 10px;
margin-top: 5px;
}
.quote {
    text-align: center;
    color: #fff;
    background: transparent;
    opacity: 1;
}
#panel p {
    margin: 0;
    padding: 25px 45px 0 45px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #555;
    font-size: 13px;
    line-height: 1.3em;
    font-style: italic;
    position: absolute;
    top: 0;
    left: 0;
    width: 502px;
}

#panel .quote h3 {
    display: block;
    width: 562px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 12px 20px 0 0;
    color: #444; 
    text-align: right; 
    font-family: Verdana;
    font-size: 13px;
    line-height: 1.3em;
    font-style: italic;
}
.slideshowC #panel .quote p {
    width: 492px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.attrib {
    font-weight: normal;
    font-style: normal;
}
/* Panel positions */
.one {
    position: relative;
    left: -592px;
    top: 250px;
}
.two {
    position: absolute;
    left: 0px;
    top: 250px;
}
.below {
    position: absolute;
    left: 0px;
    top: 340px;
}
/* End of 'livGallery' */

