#menu {
	width: 862px;
	height: 85px;
}

#thumbnails {
	float: left;
	width: 752px;
	height: 85px;
    position: relative; 
    overflow: hidden;
}

.prev {
	float: left;
    width: 55px;
    height: 85px;
    cursor: pointer;
}

.next {
	float: left;
    width: 55px;
    height: 85px;
    cursor: pointer;
}

#slider
{
	position: absolute;
	left: 0;
	top: 0;
	width: 5000px;
}

.coffeebook {
	display: block;
	float: left; 
	width: 860px;
	height: 532px;
	margin-top: 4px;
	border: 1px solid black;
}

.coffee {
	display: block;
	float: left;
	width: 860px;
	height: 532px;
}

.image {
	display: block;
	float: left;
	width 654px;
	height: 532px;
	outline: 1px solid #142530;
	background: #090909;
}

.description {
	display: block;
	float: left;
	width: 204px;
	height: 510px;
	padding-top: 22px;
	outline: 1px solid #142530;
}

.description h2 {
	color: #f0ec83;
	font-weight: bold;
	font-size: 12px;
	margin-left: 12px;
	margin-right: 12px;
}

.description p {
	font-weight: lighter;
	font-size: 12px;
	margin-bottom: 2em;
	margin-left: 12px;
	margin-right: 12px;
}

a.thumbnail {
	display: block;
	float: left;
	padding-top: 0px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 4px;
	text-align: center;
	cursor: pointer;
}

a:hover.thumbnail img {
	border: 1px solid white;
}

.thumbnail img {
	width: 48px;
	height: 48px;
	background: #090909;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #142530;
}

