if (navigator.appName.search(/Netscape/) !=-1 && parseFloat(navigator.appVersion.match(/^[0-9.]+/))<5) {
    document.write('<style type="text/css">');
    document.write('.photoL, .photoR { width: auto; float: none; text-align: center; margin-top: 0px; margin-bottom: 0px}');
    document.write('.photoTL, .photoTR { width: auto; float: none; margin-top: 0px; margin-bottom: 0px}');
    document.write('</style>');
}

