﻿//<![CDATA[
jQuery.noConflict();
(function($){  
$('a').imgPreview({
    containerID: 'imgPreviewWithStyles',
    srcAttr: 'rel',
    imgCSS: {
        // Limit preview size:
		
        width: 200
    }
});
})(jQuery);
    //]]>