@charset "utf-8";
/* CSS Document */


	.newstape {
    height: 220px;
    overflow: hidden;
}

.newstape-content {
    position: relative;
}

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