// -----------------------------------------------------------------------------------
// http://jsslider.com/
// JavaScript Wow Slider is a free software that helps you easily generate delicious 
// slideshows with gorgeous transition effects, in a few clicks without writing a single line of code.
// Last updated: 2011-10-27
//
//***********************************************
// Obfuscated by Javascript Obfuscator
// http://javascript-source.com
//***********************************************
function ws_kenburns(p,j,c)
{
	var f=jQuery;
	var l=p.width,g=p.height;
	imgid={}

imgid.lastid = 'wows0';
imgid.width = 960;
imgid.height = 320;
imgid.currentid = 'wow0';

	
		function k(h){
		{ 
			
				imgid.currentid = h.id;
										var oldwidth = h.width;
										var oldheight = h.height;
										
																		
											if(imgid.lastid!=h.id)
											{
											 $("#"+imgid.lastid).stop(1,1);
												$("#"+imgid.lastid).fadeOut(p.delay);
											 $("#"+imgid.lastid).animate({width: imgid.width+"px",height:imgid.height+"px"},0 );
											}
									
											
										
											
											$("#"+h.id).fadeIn();
																					
											var newwidth = parseInt(parseInt(oldwidth))>960?parseInt(oldwidth)- parseFloat(parseInt(oldwidth)*0.2):oldwidth;
											var newheight = parseInt(parseInt(oldheight))>320?parseInt(oldheight)-parseFloat(parseInt(oldheight)*0.2):oldheight;
											
											
										    $("#"+h.id).animate({width: newwidth+"px",height:newheight+"px"/*,left:"0px",top:"0px"*/},p.duration);
											 imgid.lastid = h.id;
											 imgid.width = oldwidth;
											 imgid.height = oldheight;
										
			}}
			j.each(function(h){
				if(!h){
					k(this)
				} else {
					f(this).hide();
				}
			});
			this.go=function(h,q){k(j.get(h));
			{f(j.get(q)).fadeOut(p.duration)}
			return h}};// -----------------------------------------------------------------------------------
// http://jsslider.com/
// JavaScript Wow Slider is a free software that helps you easily generate delicious 
// slideshows with gorgeous transition effects, in a few clicks without writing a single line of code.
// Last updated: 2011-10-27
//
//***********************************************
// Obfuscated by Javascript Obfuscator
// http://javascript-source.com
//***********************************************
jQuery("#jsslider-container1").jsSlider({effect:"kenburns",prev:"",next:"",duration:20*100,delay:20*100,outWidth:960,outHeight:360,width:960,height:360,autoPlay:true,stopOnHover:false,loop:false,bullets:true,caption:true,controls:true});
