#largeImg {
  position: relative;
  border: solid 1px #ccc;
  width: 550px;
  height: 400px;
  padding: 5px;
  background:#804433;
  
}
#kir{
position: relative;
width: 560px;
height: 110px;
clear: both;

}
#thumbs a {
  border: solid 1px #ccc;
  width: 100px;
  height: 100px;
  padding: 3px;
  margin: 2px;
  float: left;
  
}

#thumbs img{
  width: 100px;
  height: 100px;
}
#thumbs a:hover {
  border-color: #FF9900;
}

#thumbs li {
  list-style: none;
}

#thumbs {
  margin: 0;
  padding: 0;
}