/*liMarquee-theme*/

/* === Appearance Marquee === */
.mWrap {
	width:100%;
	font-size:24px;
	line-height:60px;
	background:none;
	font-family: 'Poiret One', cursive;
	text-transform:uppercase;
	background-color:#fff;
	text-align:left;
}
.str_move {
	cursor:move;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
