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

/* CSS HACK */
width: 576px;	/* IE 5.x */
width/* */:/**/570px;	/* Other browsers */
width: /**/570px;

/* CSS HACK */
height: 386px;	/* IE 5.x */
height/* */:/**/380px;	/* Other browsers */
height: /**/380px;

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