//------------------------------------------------------------------------------
/** @author Бреславский А.В. (Hi-tech Research Group) */
//------------------------------------------------------------------------------
jQuery.bt.options.shadow        = true;
jQuery.bt.options.shadowColor   = '#AAAAAA';
jQuery.bt.options.spikeLength   = 5;
jQuery.bt.options.cornerRadius  = 5;
jQuery.bt.options.fill          = '#FFFFFF';
jQuery.bt.options.shrinkToFit   = true;
jQuery.bt.options.strokeWidth   = 1;
jQuery.bt.options.strokeStyle   = '#AAAAAA';
jQuery.bt.options.shadowOffsetX = 0;
jQuery.bt.options.shadowOffsetY = 0;
//------------------------------------------------------------------------------
