#photos {
	/*  border: 1px solid #BEBEBE;*/
  height: 210px;
	overflow: hidden;
	position: relative;
	width: 950px;
}

#photos ul {
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 6000px;
}

#photos li {
  float: left;
}

#photos .trigger {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 10;
  text-indent: -9999px;
  height: 2100px;
  width: 900px;
  display: block;
}

