.str_wrap {
	width: 800px; line-height: 35px; overflow: hidden; font-size: 12px; margin-left: 5px; white-space: nowrap; position: relative; -moz-user-select: none; -khtml-user-select: none; user-select: none;
}
.str_wrap a {
	color: rgb(253, 0, 4);
}
.str_move {
	left: 0px; top: 0px; white-space: nowrap; position: absolute; cursor: move;
}
.str_move_clone {
	left: 100%; top: 0px; vertical-align: top; display: inline-block; position: absolute;
}
.str_vertical .str_move_clone {
	left: 0px; top: 100%;
}
.str_down .str_move_clone {
	left: 0px; bottom: 100%;
}
.str_vertical .str_move {
	width: 100%; white-space: normal;
}
.str_down .str_move {
	width: 100%; white-space: normal;
}
.str_static .str_move {
	cursor: inherit;
}
.no_drag .str_move {
	cursor: inherit;
}
.noStop .str_move {
	cursor: inherit;
}
.str_wrap img {
	max-width: none !important;
}
