$(document).ready(function(){
	$('.slider').show();
	$(".slider").easySlider({
	auto: false,
	continuous: true,
	//numeric: true,
	nextId: "slider1next",
	prevId: "slider1prev"
	});
	
	$('.slider2').show();
	$(".slider2").easySlider({
	auto: false,
	continuous: true,
	//numeric: true,
	next2Id: "slider2next",
	prev2Id: "slider2prev"
	});
	
	 $('#sliderTicker').show();
	$("#sliderTicker").easySlider({
	auto: true,
	continuous: true,
	speed: 800,
	pause: 7000,
	//numeric: true,
	nextId: "slider1nextMe",
	prevId: "slider1prevMe",
	prevText: '',
	nextText: ''	
	});
	
	
});

$(document).ready(function(){

	$("div.thumb a").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({ 
			top: '0%', 
			left: '1%', 
			width: '75px', 
			height: '75px', 
		}, 200);

	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).css({'color' : '#0033aa'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			top: '0', 
			left: '0', 
			width: '68px', 
			height: '68px', 
		}, 400);
		$(this).find('.abc').remove();
	});
});

$(document).ready(function(){

	$(".slideItem-horizontal a").hover(function() {
	$(this).css({'z-index' : '10'});
	$(this).find('img').addClass("hover").stop()
		.animate({ 
			top: '0%', 
			left: '1%', 
			width: '75px', 
			height: '75px', 
		}, 200);

	} , function() {
	$(this).css({'z-index' : '0'});
	$(this).css({'color' : '#0033aa'});
	$(this).find('img').removeClass("hover").stop()
		.animate({
			top: '0', 
			left: '0', 
			width: '68px', 
			height: '68px', 
		}, 400);
		$(this).find('.abc').remove();
	});
});
$(document).ready(function() {
	$('.pratham').jcarousel();
	$('.ditiya').jcarousel();
});
