/* Home page image gallery */
#slideshow_wrapper {
	margin:0;
	margin-bottom: 20px;
}
.imageSlideshowHolder{
/* margin:       5px auto 5px auto; */  /* "Air" */
width:        680px;  /* Image width plus border and padding */
height:       190px;  /* Image height plus border and padding */
position:relative;  /* Don't remove this line */

/* CSS HACK */
width: 686px;	/* IE 5.x */
width/* */:/**/680px;	/* Other browsers */
width: /**/680px;

/* CSS HACK */
height: 196px;	/* IE 5.x */
height/* */:/**/190px;	/* Other browsers */
height: /**/190px;

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