jQuery(document).ready(function(){		
	jQuery('#photos').galleryView({
		panel_width: 920,
		panel_height: 223,
		frame_width: 30,
		frame_height: 30,
		overlay_color: '#222',
		overlay_text_color: 'white',
		caption_text_color: '#222',
		background_color: 'transparent',
		border: 'none',
		nav_theme: 'light',
		easing: 'easeInOutQuad',
		pause_on_hover: true
	});
	jQuery('input[title!=""]').hint();
	jQuery('textarea[title!=""]').hint();
		
	jQuery('#submitbtn').hover(
		function () {
			jQuery(this).attr({ 
				src: "/wp-content/themes/drbeckmann/images/submitOver.gif"
			});
		}, 
		function () {
			jQuery(this).attr({ 
				src: "/wp-content/themes/drbeckmann/images/submitUp.gif"
			});
		}
	);
	jQuery('#commentbtn').hover(
		function () {
			jQuery(this).attr({ 
				src: "/wp-content/themes/drbeckmann/images/subComOver.gif"
			});
		}, 
		function () {
			jQuery(this).attr({ 
				src: "/wp-content/themes/drbeckmann/images/subComUp.gif"
			});
		}
	);
});
document.write('<style type="text/css">body{display:none}</style>');
self.scrollTo(399,300);
jQuery(function($) {
	$('body').css('display','block');
});