$j(document).ready(function() {
	//alert($j("#photoonly img").css("width"));
	var widthph = $j("#photoonly img").css("width");
	widthph = widthph.replace('px','');
	if(widthph > 580){
			$j("#photoonly img").css("width", '550px')
		}
});

