h1.documentFirstHeading {
    font-size: 2em;
    margin-bottom: 10px;
    margin-top: 10px;
}

#content .FCKimagetableR,
#content .FCKimagetableL {
    margin-bottom: 10px;
    margin-right: 10px;
}

.FCKcredit {
    color: #999999;
    font-size: 75%;
    line-height: 1.2em;
    padding: 0;
    text-align: right;
}

.FCKcaption {
    color: #555555;
    font-size: 85%;
    line-height: 1em;
    padding: 0;
}

#content table.FCKimagetableC {
    margin: auto;
}

.FCKimagetableR img,
.FCKimagetableL img,
.FCKimagetableC img {
  width:100%;
}

#mapcontainer {
  max-width:100%;
}

img.image-left,
img.image-right,
img.image-inline {
  max-width:100%;
}

//img.image.-left,
//img.image.-right,
//img.image.-inline {
//  max-width:100%;
//}

div.c-wrapper{
    max-width: 711px; /* for example */
    margin: auto;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
width: 100%; /* use this, or not */
margin: auto;
}
