#content, #quotes, #years {
	width:500px;
}

#pictureholder {
	background-image:url(../images/graphics/slideshowbg.gif);
	width:200px;
	height:650px;
	background-repeat:no-repeat;
	margin-right:10px;
}

#slideshow {
	position:relative;
	left:30px;
	top:52px;
	height:650px;
	width:160px;
	overflow:hidden;
}

#quotes .s  {
	height:100px;
	overflow:hidden;}

#years {
	text-align:center;
}

/* individual photos in slideshow */
#pic1, #pic2, #pic3, #pic4, #pic5 {
	position:relative;
	top:0px;
	left:0px;
	width:160px;
	height:120px;
}

#quotes marquee {
	margin-top:-100px;
}

