
jQuery(document).ready(function(){

	jQuery('#mycarouselpi2').jcarousel({
		vertical: true,
		scroll: 1,
		wrap: 'circular'
	});
	
	
	jQuery('#mycarouselpi1').jcarousel({
		vertical: false,
		scroll: 1,
		wrap: 'circular'
	});
	
	
	jQuery('#xcstsm IMG').mouseover(function(){
		jQuery(this).css('display', 'none');
		jQuery(this).next('div').css('display', 'block');
	});
	

	jQuery('#xcstsm DIV.cstsmcont').mouseout(function(){
		jQuery(this).css('display', 'none');
		jQuery(this).prev('IMG').css('display', 'block');
	});
	
	
	/*
	jQuery('#cstbg').jsCarousel({
		orientation: 'h',
		autoscroll: false,
		delay: 5000,
		scrollspeed: 600,
		itemstodisplay: 1,
		masked: false
		//onthumbnailclick: function(src) { alert(src); }
	}); 
	*/
	
	/*
	jQuery('#cstsm').jsCarousel({
		orientation: 'v',
		autoscroll: false,
		delay: 3000,
		scrollspeed: 500,
		itemstodisplay: 2,
		masked: false
		//onthumbnailclick: function(src) { alert(src); }
	}); 
	*/
	
	/*
	jQuery('#cstbg').mouseover(function(){
		jQuery('.cstbgimg').css('display', 'none');
		jQuery('.cstbgcont').css('display', 'block');
		jQuery('.jscarousal-horizontal-forward').fadeTo(1, '0.3');
	});
	*/
	
	/*
	jQuery('#cstbg').mouseout(function(){
		jQuery('.cstbgcont').css('display', 'none');
		jQuery('.cstbgimg').css('display', 'block');
		jQuery('.jscarousal-horizontal-forward').fadeTo(1, '1.0');
	});
	*/

	
});
