

div.slideshow {
	display: block;
    margin-left: 2em;
    margin-right: 2em;
    width: 85%;
}

div.imgcap {
	border: thin silver solid;
	margin: 0.5em;
	padding 0.5em;
}

div.imgcap p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

img.scaled {
    width: 100%;

}

blockquote {
    max-width: 620px;
    background: url(rs-right.png) right repeat-y 
}

blockquote::before {
    display: block;
    line-height: 0;
    background: url(rs-topright.png) top right no-repeat;
    content: url(rs-topleft.png) 
}

blockquote::after {
    display: block;
    line-height: 0;
    background: url(rs-bottomright.png) bottom right no-repeat;
    content: url(rs-bottomleft.png) 
}
