div.img
  {
	margin: 2px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1px solid #0000ff;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 110px;
  margin: 2px;
  }
#bulk {
	background-color: #FFFFFF;
	float: left;
	width: 624px;
	position: relative;
	}

