﻿$(document).ready(function() 
{
        $(document).pngFix(); 
        $('#mycarousel').jcarousel({scroll: 4});   
		//$('.boxgrid.captionfull').hover(function(){
		//	$(".cover", this).stop().animate({top:'76px'},"slow");
		//}, function() {
		//	$(".cover", this).stop().animate({top:'114px'},"fast");
		//});
 
});
