$j(function(){
		$j('#view-size-info').click(function(){
			$j('#view-html').remove().appendTo(".product-view").removeClass("hide");
		});
	$j('#product-options-wrapper select ').eq(0).addClass("validation_color");
	$j('#product-options-wrapper select ').eq(1).addClass("validation_size");
	var clear_html="<div class=\"clear\"></div>"
	$j(".option_list").append(clear_html);

});

