/* Home page image gallery */
.imageSlideshowHolder{
margin:       0 auto 0 auto; */  /* "Air" */
width:        640px;  /* Image width plus border and padding */
height:       480px;  /* Image height plus border and padding */
position:relative;  /* Don't remove this line */

/* CSS HACK */
width: 646px;	/* IE 5.x */
width/* */:/**/640px;	/* Other browsers */
width: /**/640px;

/* CSS HACK */
height: 486px;	/* IE 5.x */
height/* */:/**/480px;	/* Other browsers */
height: /**/480px;

}
/* Don't change these values */
.imageSlideshowHolder img{
position:absolute;
left:0px;
top:0px;
border:1px solid #989898;
padding:4px;
background-color: #fafafa;
}
