// JavaScript Document
$(document).ready(function (){
							$(".round").corner("4px");
							$("#sideMenu").addClass("dropShadow");
							$("#CTA").addClass("dropShadow");
							$("#callNow").corner("top 4px");
							$("#callTrunk").corner("bottom 4px");
							$("#kitchen a").lightBox({fixedNavigation:true});
							$("#bathroom a").lightBox({fixedNavigation:true});
							$("#basement a").lightBox({fixedNavigation:true});
							});
