#ImageBoxOverlay {
background-color: #92A885;
}
#ImageBoxCaption {
background-color: #F4F4EC;
}
#ImageBoxContainer {
width: 250px;
height: 250px;
background-color: #F4F4EC;
}
#ImageBoxCaptionText {
font-weight: bold;
padding-bottom: 5px;
font-size: 12px;
color: #666666;
}
#ImageBoxCaptionImages {
margin: 0;
font-size: 10px;
color: #999999;
}
#ImageBoxNextImage {
background-image: url(/images/next.gif);
background-repeat:  no-repeat;
background-position: right top;
background-color: transparent;
}
#ImageBoxPrevImage {
background-image: url(/images/back.gif);
background-repeat:  no-repeat;
background-position: left top;
background-color: transparent;
}
#ImageBoxNextImage:hover {
background-image: url(/images/next_on.gif);
background-repeat:  no-repeat;
background-position: right top;
}
#ImageBoxPrevImage:hover {
background-image: url(/images/back_on.gif);
background-repeat:  no-repeat;
background-position: left top;
}
.imgBox {
text-align: center;
width: 850px;
}
.imgBoxInner {
text-align: center;
padding: 1px;
background-color: #FFFFFF;
}
.imgBoxFooter {
font-family: 'Arial';
font-size: 13px;
text-align: center;
width: 100%;
}
.imgBoxObject {
border: none;
}
.imgBoxTitle {
font-family: 'Times New Roman', 'Century Schoolbook', Garamond, serif;
font-weight: bold;
padding-bottom: 0px;
font-size: 8px;
color: #336633;
}
.imgBoxHeader {
font-family: 'Times New Roman', 'Century Schoolbook', Garamond, serif;
font-weight: bold;
padding-bottom: 5px;
font-size: 26px;
color: #333333;
text-align: center;
}
.imgBoxInstructions {
font-size: 11px;
color: #330000;
padding: 0px;
font-style: italic;
text-align: center;
}
.imgCopyright {
font-size: 11px;
color: #333333;
padding: 0px;
text-align: right;
}
