
#links{
	width: 50px;
	height: 50px;
	vertical-align: top;
	position: relative;
}

.pix{
height: 130px;
width: 300px;
}

.slideshowTable {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.slideshowMidTable {
	width: 120px;
	vertical-align: top;
}

.slideshowRightTable {
	width: 100%;
	height: 80px;
	vertical-align: top;
}

#EmilyPicture {
	width: 100%;
	height: 100%;
	max-width: 600px;
	max-height: 300px;
	object-fit: cover;
	display: block;
}

#EmilyPictureBackground {
	width: 100%;
	height: 300px;
	position: relative;
	background-size: cover;
	background-position: center;
}
