div#bottom {
	height: 135px;
}

div#imageList {
	padding: 5px;
	height: 90px;
	white-space: nowrap;
	overflow: hidden;
}

div#imageList_fwd, div#imageList_back {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
}

div#imageList_fwd {
	background-image: url(/shared/images/tscrollimagelist/scroll_left.gif);
}

div#imageList_back {
	background-image: url(/shared/images/tscrollimagelist/scroll_right.gif);
}

div#imageList a {
	margin-right: 3px;
}

span.photo {
	height: 340px;
}