﻿jQuery.noConflict();

jQuery(document).ready(function($)
{
	$('#product-teaser ul').innerfade({
		speed:3000, 
		timeout:5000, 	
		containerheight:'263px'
	});
	/* 
	* images 02+ are set to 'visibility:hidden'; in css to get rid of the flash of images at page load.
	* this sets them to visable again once jquery has fully loaded
	*/
	$('#product-teaser ul img.anim').css({visibility:"visible"});
});

/*
$(function()
{
	$('#product-teaser ul').innerfade({
		speed:3000, 
		timeout:5000, 	
		containerheight:'263px'
	});
	
	$('#product-teaser ul img.anim').css({visibility:"visible"});
});*/
