 .rightImageBox { margin: 0.35em 0 0.35em 1.5em; float: right; } .leftImageBox { margin: 0.35em 1.5em 0.15em 0; float: left; } .centerImageBox img { margin: 0 auto 0 auto; } .imageBox { display: block; } .imageBoxWithInfo { padding: 5px; border: 1px solid #A9A9A9; background-color: #FCFCFC; background-color: #F7F2DC; } .imageBox img { background-color: #FFFFFF; } .imageBox .imgBorderEnabled { border: 1px solid #363636; } .imageBox a:hover .imgBorderEnabled { border: 1px solid #A3321D; } .imageBox .infoBox { display: block; font-size: 0.8em; color: #666666; color: #666666; font-family: Verdana, sans-serif; } .imageBox .infoBoxBorderEnabled { padding-right: 1px; padding-left: 1px; } .imageBox .infoBox .description { display: block; margin-top: 5px; } .imageBox .infoBox .imageSource { display: block; color: #B2B2B2; text-align: right; padding: 5px 1px 1px 0px; } .imageBox .infoBox .imageSource a { color: #B2B2B2; border-width: 0; } .imageBox .infoBox .imageSource a:hover { color: #C13100; border-bottom: 1px dashed #666666; } .fullImageView { display: block; padding: 10px 0 10px 0; margin: 0 auto 0 auto; } .fullImageView img { display: block; } 
