
	


		
		
		
		
		$(function() {
			$('#coasters a').lightBox({fixedNavigation:true,imageBtnPrev:"/images/lightbox-btn-prev_hbp.gif",imageBtnNext:"/images/lightbox-btn-next_hbp.gif" });
		});
		$(function() {
			$('#businessCards a').lightBox({fixedNavigation:true,imageBtnPrev:"/images/lightbox-btn-prev_hbp.gif",imageBtnNext:"/images/lightbox-btn-next_hbp.gif" });
		});
		$(function() {
			$('#weddings a').lightBox({fixedNavigation:true,imageBtnPrev:"/images/lightbox-btn-prev_hbp.gif",imageBtnNext:"/images/lightbox-btn-next_hbp.gif" });
		});
		$(function() {
			$('#productsuiteimages a').lightBox({fixedNavigation:true,imageBtnPrev:"/images/lightbox-btn-prev_hbp.gif",imageBtnNext:"/images/lightbox-btn-next_hbp.gif" });
		});
		$(function() {
			$('#variationsuiteimages a').lightBox({fixedNavigation:true,imageBtnPrev:"/images/lightbox-btn-prev_hbp.gif",imageBtnNext:"/images/lightbox-btn-next_hbp.gif" });
		});	
		$(function() {
			$('#cards a').lightBox({fixedNavigation:true,imageBtnPrev:"/images/lightbox-btn-prev_hbp.gif",imageBtnNext:"/images/lightbox-btn-next_hbp.gif" });
		});

		$('#colortable').corner();
		$('#page').corner();
		$('#homeblock').corner();
		$('#homepod').corner();

	$(function(){
		//all hover and click logic for buttons
		$(".fg-button:not(.ui-state-disabled)")
		.hover(
			function(){ 
				$(this).addClass("ui-state-hover"); 
			},
			function(){ 
				$(this).removeClass("ui-state-hover"); 
			}
		)


	})



