@CHARSET "ISO-8859-1";


/* backnextcontainer is used in bearbaiting for the container of the back and next arrows */
.backnextcontainer {padding-top: 20px;margin-left: auto;margin-right: auto;width: 324px;  /* 150 width + 6 margin left + 6 margin right from captionimg, 2 images so 162 * 2 = 324 */}

/* bearbaiting again, this centers the container for the first and last pages,  that either have a back or a next but not both */
.singledirectionbacknextcontainer {padding-top: 20px;margin-left: auto;margin-right: auto;width: 162px; /* 150 width + 6 margin left + 6 margin right from captionimg */}

/* captionimg is used for bearbaiting back/next containers */
.captionimg {margin: 6px !important;text-align: center;display: inline-block;width: 150px;float: left;}
.captionimg img {display: inline;margin: 3px;}
.captionimgdesc {text-align: center;width: 150px;margin: 2px;}