//Scripts

$(document).ready(function(){
//for top banner slider
	$("#slider").easySlider({
			auto: false,
			continuous: true,
			prevId: 		'prev_Btn',
			nextId: 		'next_Btn',
			firstId: 		'first_Btn',
			lastId: 		'last_Btn'	
			
	});

//Celeb slider	
	$("#celeb_slider").easySlider({
		auto: false,
		continuous: true,
		prevId: 		'prev_button',
		nextId: 		'next_button',
		firstId: 		'first_btn',
		lastId: 		'last_btn',
		speed: 			2000	
			
	});
//	for photo gallery thumb on hompage slider
	$('#mycarousel').jcarousel({
		auto: 4,
		wrap: 'last',
		animation:'slow',
		start:4
	});

});
