$(document).ready(function(){
	$("ul#carousel li:not(:first)").hide();
	$("div.content div.col:first").css({marginLeft: "+=305px"});
});
