#content {
	background: transparent;
	width: 1000px;
	margin: 60px 0px 170px 300px;
}

#productwrapper {
	display: block;
	position: relative;
	margin: 140px 100px 100px 145px;

}

a {
  text-decoration: none;
  color: #ccc;
}

.hr {
  border: 0;
  width: 100%;
  text-align: left;
  height: 1px;
  margin: 5px 0 10px 0;
  background-image: linear-gradient(to right, rgba(255,255,255,0.05), rgba(255,255,255,0.1), rgba(255,255,255,0.05));
}

.boxbox {
  display: inline-block;
  position: relative;
  height: 185px;
  width: 140px;
  border-radius: 20px 20px 0px 20px;
  padding-bottom: 30px;
  margin: 0px 4px 20px 4px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);

    -webkit-box-shadow: 0px -2px 39px -16px rgba(0,0,0,0.60);
    -moz-box-shadow: 0px -2px 39px -16px rgba(0,0,0,0.60);
    box-shadow: 0px -2px 39px -16px rgba(0,0,0,0.60);

}

.boxbox .poster {
  height: 180px;
  width: 140px;
  opacity: 0.6;
  border-radius: 20px 20px 0px 0px;
  transition:all linear 0.2s;
}

.boxbox .poster:hover {
  opacity: 1;
}

.boxbox .tw {
	position: absolute;
	top: 185px;
	left: 0;
	right: 0;
  width: 140px;
	text-align: center;
	font-size: 14px;
	color: #444;
	z-index: 8000;
}

.boxbox2 {
  display: inline-block;
  position: relative;
  height: 185px;
  width: 290px;
  border-radius: 20px 20px 0px 20px;
  padding-bottom: 30px;
  margin: 0px 4px 20px 4px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);

    -webkit-box-shadow: 0px -2px 39px -16px rgba(0,0,0,0.60);
    -moz-box-shadow: 0px -2px 39px -16px rgba(0,0,0,0.60);
    box-shadow: 0px -2px 39px -16px rgba(0,0,0,0.60);

}

.boxbox2 .poster1 {
  height: 180px;
  width: 145px;
  opacity: 0.6;
  border-radius: 20px 0px 0px 0px;
  transition:all linear 0.2s;
}

.boxbox2 .poster2 {
  height: 180px;
  width: 145px;
  opacity: 0.6;
  border-radius: 0px 20px 0px 0px;
  transition:all linear 0.2s;
}

.boxbox2 .poster1:hover,.poster2:hover {
  opacity: 1;
}


.boxbox2 .tw {
  position: absolute;
  top: 185px;
  left: 0;
  right: 0;
  width: 290px;
  text-align: center;
  font-size: 14px;
  color: #444;
  z-index: 8000;
}

.productwrapper {
  display: block;
  position: absolute;
  height: auto;
  width: 420px;
  margin-top: 25px;
  left: 0px;
  padding: 3px 0px 12px 13px;
  background-color: rgba(255,255,255,0.2);
  border-radius: 8px;
}
