/* Author: 

*/

$(function() {
				$('#sb-slider').slicebox({slideshow: true, orientation: 'h'});
				/*$('#sb-slider').slicebox({
					//orientation			: 'h',
					slideshow			: true,
					slicesCount			: 3,
					disperseFactor		: 30,
					sequentialRotation	: true,
					sequentialFactor	: 100

				});*/
				
				
				
				if( !Modernizr.csstransforms3d ) {
					$('#sb-note').show();
					
					$('body').append(
						$('script').attr( 'type', 'text/javascript' ).attr( 'src', 'js/jquery.easing.1.3.js' )
					);
				}	
			});























