﻿.str_wrap {
	overflow: hidden;
	//zoom: 1;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;  
	white-space: nowrap;
}

.str_wrap.str_active {
}
.str_move { 
	position: absolute; 
	white-space: nowrap;
	top: 0; 
	left: 0;
	cursor: move;
}
.str_move_clone {
	display: inline-block;
	position: absolute; 
	//display: inline;
	//zoom: 1;
	vertical-align: top;
	left: 100%;
	top: 0;
}
