@font-face {
 font-family: 'ttf_demo';
 src: url("./Aller_Display.eot"); /* EOT for IE */
 src: local("AllerDisplay"), url("./Aller_Display.ttf") format("truetype"); /* TTF for CSS3 */
}



@font-face {
	font-family: 'AllerDisplayRegular';
	src: url('./Aller_Display.eot');
	src: local('Aller Display'), local('AllerDisplay'),
	url('./Aller_Display.woff') format('woff'),
	url('./Aller_Display.otf') format('opentype'),
	url('./Aller_Display.svg#AllerDisplay') format('svg'),
	url("./Aller_Display.ttf") format("truetype"); /* TTF for CSS3 */
}


div#slidertext {
 position: relative;
 height: auto;
 width: auto;
 left: 15px;
 top: -51px;
 font-family: 'AllerDisplayRegular';
 font-size: 20pt;

 }
