

.newstape a { color: #06F; }

#wrapper {
  width: 390px;
  margin: 0 auto;
}
.newstape {
  background-color: #FFF;
  color: #000;
  height: 150px;
  overflow: hidden;
}

.newstape-content {
  position: relative;
  padding: 0px;
}

.newstape-drag { cursor: ns-resize; }
