A {text-decoration: none}
.style1 {color: #FFFFFF}
.style2 {color: #FFFFFF}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
#slideshow1 {
	/* room for both pano and colour/mono thumbs */
	width:170px;
    height:111px;
    padding:0;
    margin:0;
}
#slideshow1 img {
    padding:5px;
	margin:0px;
    top:0;
    left:0;
} 
#slideshow1 .pimg {
	/* panoramic thumbs defaults */
	width:160px;
    height:60px;
}
#slideshow1 .cimg {
	/* colour thumbs defaults */
    width:150px;
    height:101px;
}
#slideshow1 .mimg {
	/* mono thumbs defaults */
    width:150px;
    height:101px;
}