@font-face {
    font-family: Eras_Light_ITC;
    src: url(../fonts/Eras%20Light%20ITC.TTF);
}

@font-face {
   	font-family:EGGIndulekhaUni;
  	src:url('../fonts/EGGIndulekha.eot');
  	src:url('../fonts/EGGIndulekha.eot?#iefix') format('embedded-opentype'), 
   	url('../fonts/EGGIndulekha.woff') format('woff'),
   	url('../fonts/EGGIndulekha.ttf') format('truetype'),
   	url('../fonts/EGGIndulekha.svg') format('svg');
}

@font-face {
	font-family:PanchariUni;
  	src:url('../fonts/PanchariUniN.eot');
  	src:url('../fonts/PanchariUniN.eot?#iefix') format('embedded-opentype'), 
   	url('../fonts/PanchariUniN.woff') format('woff'),
   	url('../fonts/PanchariUniN.ttf') format('truetype'),
   	url('../fonts/PanchariUniN.svg') format('svg');
}

ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 720x;
	height: 22px; /* height should be included to reserve visual space for the marquee */
	margin-top: 5px;
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	font-family: 'PanchariUni', sans-serif;
	font-size:20px;
	padding: 3px 5px;
}