$(document).ready(function(){
	$("a[rel='resimler1']").colorbox();
	$("a[rel='resimler2']").colorbox();
	$("a[rel='resimler3']").colorbox();
	$(".harita").colorbox({width:"870px", height:"670px", iframe:true});
	$(".apompa").colorbox({width:"900px", height:"600px", iframe:true});
	$(".petroweb").colorbox({width:"850px", height:"600px", iframe:true});
	$(".kamera").colorbox({width:"740px", height:"740px", iframe:true});
});

jQuery(function() {
var v = jQuery("#form").validate({
submitHandler: function(form) {
jQuery(form).ajaxSubmit({
target: "#result"
});
}
});
jQuery("#reset").click(function() {
v.resetForm();
});
});