/*
	'File Name		: texteffect2.css
    'Description	: CSS file for text effect.
    'Author			:
    'Version		: 1.0
    'Create Date 	: 10/25/2007 (MM/DD/YYYY)
    'Last Modified 	: 
	'Copyright		:
	
	*/

.glidetext{
position: relative;
/*Set initial position of your text. Make it just enough to hide the text from view:*/
left: -1500px;
}