@font-face {
    font-family: 'iraniansans';
	font-style: normal;
	font-weight: 400;
    src: url("../../fonts/iransansz-webfont.eot?#iefix") format('embedded-opentype'),
         url("../../fonts/iransansz-webfont.woff") format('woff'),
         url("../../fonts/iransansz-webfont.ttf") format('truetype');
}

body {
	direction: rtl;
	margin: 0;
}

ul.newsticker {
	/* required styles */
	direction: rtl;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	height: 60px; /* height should be included to reserve visual space for the marquee */

	background-color: transparent;
	color: #FFFFFF;
}

ul.newsticker li {
	/* required styles */
	direction: rtl;
	position: absolute;
	top: -999em;
	right: 0;
	display: block;
	white-space: normal; /* keep all text on a single line */

	/* optional styles for appearance */
	font: normal 0.8em/1.5em iraniansans, Tahoma, sans-serif;
}
ul.newsticker li a,
ul.newsticker li a:link,
ul.newsticker li a:active {
	text-decoration: none;
	color: #FFFFFF;
}
ul.newsticker li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
ul.newsticker li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}