$(document).ready(function(){
	$("a[rel='add_cart']").click(function(){
		$("form#form_2537").submit();
	})
	
	$("a[rel=shot]").colorbox({slideshow:false});
	
	$("a.screenshots").click(function(){
		$("a[rel=shot]:first").colorbox({open:true});
		//$("a.shot:first").click();
		return false;
	})
})
