/*Plugin CSS*/
.str_wrap{position: relative;overflow: hidden;width: 100%;background: 0 0;white-space: nowrap;line-height: 16px;//zoom: 1;-moz-user-select: none;-khtml-user-select: none;user-select: none;}
.str_wrap.str_active{background: 0 0;}
.str_move{position: absolute;top: 0;left: 0;white-space: nowrap;}
.str_move_clone{position: absolute;top: 0;left: 100%;display: inline-block;vertical-align: top;//display: inline;//zoom: 1;}
.str_vertical .str_move_clone{top: 100%;left: 0;}
.str_down .str_move_clone{bottom: 100%;left: 0;}
.str_down .str_move,.str_vertical .str_move{width: 100%;white-space: normal;}
.noStop .str_move,.no_drag .str_move,.str_static .str_move{cursor: inherit;}
.str_wrap img{max-width: none!important;}