/*
 * jQuery Fiji Ticker @VERSION
 *
 * Copyright (c) 2011 Kai Schlamp, Torsten Kühr
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 * https://github.com/medihack/jquery-fiji
 */

.fiji-ticker {
    height: 30px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.fiji-ticker ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#ticker li {
	width: 100%;
	height: 30px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.attribute {color: #8A8A8A; font-size: 0.9em; font-weight: normal;}

.date {color: #909090; font-size: 0.8em; font-weight: normal; font-style: italic;}