﻿

$(document).ready(function() {
					$.noConflict();					 									
			
					jQuery('#banner-example-1').paradigm(
						{										
							width:958,
							height:520,
							
							thumbWidth:90,
							thumbHeight:50,
							thumbAmount:5,							
							thumbSpaces:4,
							thumbPadding:10 ,
							
							shadow:'true',
							
							parallaxX:10,
							parallaxY:10,
							captionParallaxX:-40,
							captionParallaxY:2,
							
							touchenabled:'off',
							
							timer:2						
						});
						
						
						

			});








