div.imagescontainer {
        width: 798px;
        text-align: left;
}

td.image {
        width: 213px;
        height: 292px;
        text-align: center;
        vertical-align: middle;
        width: 210px;
}

div.image {
        width: 210px;
		padding:0px;
		margin:0px;
}

div.arrows {
        clear: both;
        padding-top: 10px;
}

div.arrow {
        float: right;
}

div.space {
        float: right;
        width: 12px;
}
/* for scrolling layers - about us page */
 div#hold        {
        position:relative; overflow:hidden;
                  left: 140px;
        width:651px; height:295px; z-index:100;
        }
 div#wn        {
        position:absolute;
        left:0px; top:0px;
        width:651px; height:295px;
        clip:rect(0px, 651px, 295px, 0px);
        overflow:hidden;
        z-index:1;
        }
 div#lyr1 {
        position:absolute;
        left:0px; top:0px;
        z-index:1;
        }

