
#other_patisseries {
position: relative;
margin-top: 10px;
width: 613px;
overflow: hidden;
background: url(images/you_may_also_enjoy.gif) no-repeat center top;
}

/* dock */
#dock, #dock2 {
	clear: both;
}
.dock {
	position: relative; 
	height: 100px; 
	text-align: center;
	width: 613px;
	overflow: hidden;
}
.dock-container {
	position: absolute;
	height: 100px;
}
a.dock-item {
	display: block;
	width: 80px;
	color: #000;
	position: absolute;
	bottom: 0;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
a.dock-item img {
	border: none; 
	width: 100%; 
	margin-right: 5px; 
}
a.dock-item span {
	visibility: hidden;
	color: #000;
}
