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

/* CSS HACK */
width: 931px;	/* IE 5.x */
width/* */:/**/925px;	/* Other browsers */
width: /**/925px;

/* CSS HACK */
height: 148px;	/* IE 5.x */
height/* */:/**/142px;	/* Other browsers */
height: /**/142px;

}
/* Don't change these values */
.imageSlideshowHolder img{
position:absolute;
left:0px;
top:0px;
border:0;
padding:0;
background-color: #037d04;
}
