.credits {
  background: #DEDEDE;
  font-size: 13px;
  padding: 20px 0 13px 0;
  position: absolute; top: 10px; right: 10px; border: 0;
  text-align: center;
}

.credits img { height: 75px; width: 84px; padding: 4px; }

.work-container {
  outline: 1px dashed #CCC;
  float: left;
  margin: 0 0 0 0;
  position: relative;
  width: 100%;
}

.work-container .object {
  border: 1px solid #777;
  border-radius: 3px;
  box-shadow: 0px 0px 4px 1px #ccc;
  position: absolute;
  /*width: 170px;*/
  width: 95%;
}

.work-container .object .placeholder {
  /*width: 170px;*/
  width: 95%;
}

.work-container .object.ss-moving {
  cursor: move;
  z-index: 9999;
  opacity: .7;
}

.TOREMOVE {
  transform:rotate(2deg);
  -ms-transform:rotate(2deg); /* IE 9 */
  -moz-transform:rotate(2deg); /* Firefox */
  -webkit-transform:rotate(2deg); /* Safari and Chrome */
  -o-transform:rotate(2deg); /* Opera */
}

.work-container .object img { border-radius: 2px 2px 0 0; }

@media screen and (max-width: 1200px) {
  .work-container .object {
    width: 120px;
  }

  .work-container .object .placeholder {
    width: 120px;
  }
}

@media screen and (max-width: 800px) {
  .work-container .object {
	/*width: 90px;*/
	width: 95%;
  }

  .work-container .object .placeholder {
	/*width: 90px;*/
	width: 95%;
  }
}