$(document).ready(function(){

$('ul#tip a').imgPreview({
						 
						 
    imgCSS: { width: 200 }
});

						   });

