#kesteven {
	background-image: url(../img/thumbs/kesteven_on.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
}

#waveshelter {
	background-image: url(../img/thumbs/waveshelter_on.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
}

#rsch {
	background-image: url(../img/thumbs/rsch_on.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
}

#thalassa {
	background-image: url(../img/thumbs/thalassa_on.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
}

#bird {
	background-image: url(../img/thumbs/bird_on.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
}

#handseat {
	background-image: url(../img/thumbs/handseat_on.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
}

#seawall {
	background-image: url(../img/thumbs/seawall_on.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
}

#isis {
	background-image: url(../img/thumbs/isis_on.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
}

#peterhiles {
	background-image: url(../img/thumbs/peterhiles_on.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
}

#carvedleaves {
	background-image: url(../img/thumbs/leaves_on.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
}

#eaglepic {
	background-image: url(../img/thumbs/eagle_on.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
}

#wallrelief {
	background-image: url(../img/thumbs/wallrelief_on.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
}

.rollover { display: block; margin: 0px; padding: 0px 0px 0px 0px; } /* Allow setting widths and heights */
.rollover img { width: 100%; height: 100%; margin: 0px; padding: 0px; } /* only set width and height once */
.rollover:hover { visibility: visible; margin: 0px; padding: 0px; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; margin: 0px; padding: 0px; } /* 'rolls over' the image */