$(document).ready(function(){

//Image Horizontal Sliding

	$('.boxgrid.slideright').hover(function(){
	$(".cover", this).stop().animate({left:'255px'},{queue:false,duration:300});
	}, function() {
	$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:300});
	});



	$("a[rel='group']").colorbox();
	$(".single").colorbox();
//	$(".colorbox").colorbox({width:500});


});



