Page is a not externally linkable
rocknbil - 4:23 pm on Mar 20, 2012 (gmt 0)
Ha. saw this one coming. :-) Welcome aboard Sharma. At least, I'm pretty sure this is what it is, I get it sometimes too.
You have this on your parent,
.custom #featureside {text-align:center;}
which, when combined with the text indent,
.sm-btns ul li a { display:block; text-indent:-9999px; }
moves it back into view. It's indented 9999px, but it's also centered. :-)
Add a text-align: left to the "a" selector and it will probably go out of the viewport. Be sure to also add outline: none or when active (click and hold down) the outline will give you away. :-)