#bottleWrap {
	position:relative;
	height:300px;
	overflow:hidden;
}
#dock{
	margin: 0 0 0 0px;
	padding:0 0 10px 0;
	width: 410px;
	bottom:0px;
	position:absolute;
	clear:both;
}
	#dock img{
		float: left;
		cursor:pointer;
		padding:0px 2px 0 2px;
		border:0;
	}

	
/*label styling...*/
/*labels (div.jqDockLabel) only get absolute position and zero margin (with top and left being calculated); the rest is up to you*/
  /*...let's set some defaults...*/
  div.jqDockLabel {
	position:absolute;
	border:0px none;
	padding:5px;
	font-size:12px;
	white-space:nowrap;
	color:#fff;
	background-color:#b1a291;
	cursor:pointer;
  }
  
  