.wordsrotator_words {
	display: inline-block;
	position: relative;
	white-space:nowrap;
    transition: all .3s ease;	
}
.wordsrotator_words .wordsrotator_wordOut, .wordsrotator_words .wordsrotator_wordIn {
	position: relative;
	display: inline-block;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: 1s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
}
.wordsrotator_words .wordsrotator_wordOut {
	left: 0;
	top: 0;
	position: absolute;
	display: inline-block;
	transition: all .3s ease;
}
.wordsrotator_words .wordsrotator_wordOut span {
	width: auto;
	position: relative;
	transition: all .3s ease;
}
.wordsrotator_words .wordsrotator_wordIn {
	/*opacity: 0;*/
}

