jQuery.easing.easeOutQuart = function (x, t, b, c, d) {
	return -c * ((t=t/d-1)*t*t*t - 1) + b;
};
function indexGallery()
{
	$('#indexGallery div.border div.content').corner("cc:#ebebeb round 5px").parent().css('padding', '1px').corner("cc:#ffffff round 6px")
	$('.indexGalleryItems').serialScroll({
		items:'li',
		prev:'.indexGalleryPrev',
		next:'.indexGalleryNext',
		offset:0,
		start:0,
		duration:200,
		force:true
	});
}
WBJSLoader.add('indexGallery()');
