/* CSS Document */
#body_wrapper {
	width: 880px; /* Set this to the size needed to display everything */
}

#thumbs {
	position: relative;
	float: left;
	clear: none;
	top: 90px; /* header height */
	padding: 0px;
	margin: 0px;
}

/* Scrolling Thumbnails */
#thumbs_wrapper {
	clear: none;
	position: relative;
	height: 538px;
	overflow: hidden;
}
#thumbs_scrolled {
	padding-top: 19px; /* Size of the thumbs up */
	padding-bottom: 19px; /* Size of the thumbs down */
	position: relative;
}
#thumbs_scrolled div {
	border: 4px solid #FFFFFF;
	position: relative;
	float: left;
	clear: both;
	width: 66px;
	margin-bottom: 4px;
}
#thumbs_up {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
	background: white;
}
#thumbs_down {
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: center;
	background: white;
}
