$(document).ready(function(){
			$("div.prosub a").click(function(){
				var index = $("div.prosub a").index(this);
				$("div.prosub a").removeClass("on");
				$("div.prosub a").eq(index).addClass("on");});
			$(".photoimg").fancybox({
				'width'				: '5',
				'height'			: '4',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
  });
