/* Slide show */
.banner {
	clear: both;
	position:relative;
	height: 195px;
}
div.preloadPageGallery {
    visibility: hidden;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 10px;
    height: 1em;
    overflow: auto;
}
#slideshow {
	clear: both;
	position: relative;
}
.imgSize {
	width:720px;
}

