#bottle-nav { margin: -75px 0 0 20px; }
#bottle-nav .bottle-nav-left, #bottle-nav .bottle-nav-right { float: left; width: 25px; margin-top: 240px; cursor: pointer; }
#bottle-nav a.disabled { display: none !important; }
#bottle-scroller {
  position:relative;
  overflow:hidden;
  width: 135px;
  height:525px;
  float: left;
}
#bottle-scroller div.items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
}
#bottle-scroller div.items ul {
  display: block;
  float:left;
  width: 135px;
}
#bottle-scroller div.items ul li.bottle {
  text-align: center;
}
#bottle-scroller div.items ul li.label {
  color: #955800;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  line-height: 18px;
}
div.items ul.active {
  border:1px inset #ccc;
  background-color:#fff;
}

.bottleRow {
	border-bottom:1px solid #B0B0B0;
	padding-left:27px;
	margin-left:31px;
	margin-right:22px;
	height:135px;
	padding-top:27px;
}
.last {
	border-bottom:none;
}
.rowLogo {
	float:left;
	width:191px;
}
.rowCopy {
	float:left;
	width:500px;
	margin-right:40px;
	font-family: 'Verdana','Arial','Helvetica';
	line-height:1.4em;
	color:#444444;
	font-size:11px;
}
.rowCopy a {
	color:#940f1f;
	margin-top:5px;
	display:block;
}
.rowBottleImage {
	float:left;
}
