#dock {
  margin:0 auto;
  list-style-type:none;
  }
#dock li {
  display:block;
<!--
  float:left;
-->
  }
#dock li a {
  display:block;
  position:relative;
  margin-right:8px;
  }
#dock li a span {
  position:absolute;
  width:100px;
  margin-left:-5000px;
  }
#dock li a img {
  border:0;
  }
#dock li a:hover {
  z-index:100;
  }


#dock li a#img1 {
  width:125px;
  height:159px;
  background:url(Images/Landen-Maple-Cocoathumb.jpg) no-repeat;
  }
#dock li a#img2 {
  width:125px;
  height:99px;
  background:url(Images/Winstead-Maple-Autumn-thumb.jpg) no-repeat
  }
#dock li a#img3 {
  width:125px;
  height:169px;
  background:url(Images/Winstead-Maple-thumb.jpg) no-repeat;
  }
#dock li a#img4 {
  width:125px;
  height:101px;
  background:url(Images/Manchester-mediathumb.jpg) no-repeat;
  }
#dock li a#img5 {
  width:125px;
  height:95px;
  background:url(Images/Wentworth-Maple-Rouge-thumb.jpg) no-repeat;
  }


#dock li a#img1:hover {
  left:-13px;
  top:-14px;
  margin-right:-13px;
  width:400px;
  height:507px;
  background:url(Images/Landen-Maple-Cocoa-Glaze-Ot.jpg) no-repeat;
  }
#dock li a#img2:hover {
  left:-14px;
  top:-12px;
  margin-right:-14px;
  width:500px;
  height:397px;
  background:url(Images/Winstead-Maple-Autumn-Other.jpg) no-repeat;
  }
#dock li a#img3:hover {
  left:-7px;
  top:-14px;
  margin-right:-5px;
  width:400px;
  height:541px;
  background:url(Images/Winstead-Maple-Fawncrop.jpg) no-repeat;
  }
#dock li a#img4:hover {
  left:-10px;
  top:-14px;
  margin-right:-11px;
  width:500px;
  height:402px;
  background:url(Images/Manchester-CherryMeadia.jpg) no-repeat;
  }
#dock li a#img5:hover {
  left:-4px;
  top:-14px;
  margin-right:-4px;
  width:477px;
  height:363px;
  background:url(Images/Wentworth-Maple-Rouge-Other.jpg) no-repeat;
  }

