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

/* CSS HACK */
width: 426px;	/* IE 5.x */
width/* */:/**/420px;	/* Other browsers */
width: /**/420px;

/* CSS HACK */
height: 236px;	/* IE 5.x */
height/* */:/**/230px;	/* Other browsers */
height: /**/230px;

}
/* Don't change these values */
.imageSlideshowHolder img{
position:absolute;
left:10px;
top:15px;
background-color: transparent;
}