$(function() {
				
				$('#sb-slider').slicebox({
					orientation			: 'h',
					slicesCount			: 5,
					disperseFactor		: 30,
					sequentialRotation	: true,
					sequentialFactor	: 100
				});
				
				if( !Modernizr.csstransforms3d ) {
					$('#sb-note').show();
					
					$('#sb-examples > li:gt(2)').remove();
					
					$('body').append(
						$('script').attr( 'type', 'text/javascript' ).attr( 'src', 'js/jquery.easing.1.3.js' )
					);
				}	
			});
			
			
