@charset "UTF-8";
/* CSS Document */


/*** set the width and height to match your images **/

.hide { visibility: hidden; }
#slideshow {
    height: 590px;
	 width: 395px;
	 position: relative;
	 overflow: hidden;
}
#slideshow div img {
    position: absolute;
	 top: 0;
	 left: 0;
}


