$(document).ready(function() {
	/*$('#holder').mouseover(	function(){
      $("#holder").animate({ 
        fontsize: "14px",
        borderColor:"FF6600",
		borderWidth:"10px"
      }, 1500 );
    });*/
});

