
	    $(document).ready(function () {
	        $("#slider").easySlider({
	            auto: true,
	            continuous: true,
	            numeric: true
	        });

	        $(".seattlePop").colorbox({ width: "60%", inline: true, href: "#inline_example2" });
	        $(".portlandPop").colorbox({ width: "60%", inline: true, href: "#inline_example1" });
	        $(".sacramentoPop").colorbox({ width: "60%", inline: true, href: "#inline_example3" });
	        $(".sanJosePop").colorbox({ width: "60%", inline: true, href: "#inline_example4" });
	        $(".losAngelesPop").colorbox({ width: "60%", inline: true, href: "#inline_example5" });
	        $(".idahoPop").colorbox({ width: "60%", inline: true, href: "#inline_example6" });
	        $(".lasVegasPop").colorbox({ width: "60%", inline: true, href: "#inline_example7" });
	        $(".utahPop").colorbox({ width: "60%", inline: true, href: "#inline_example8" });
	        $(".arizonaPop").colorbox({ width: "60%", inline: true, href: "#inline_example9" });
	        $(".coloradoPop").colorbox({ width: "60%", inline: true, href: "#inline_example10" });
	        $(".hawaiiPop").colorbox({ width: "60%", inline: true, href: "#inline_example11" });
	        $(".austinPop").colorbox({ width: "60%", inline: true, href: "#inline_example12" });
	        $(".kansasPop").colorbox({ width: "60%", inline: true, href: "#inline_example13" });
	        $(".chicagoPop").colorbox({ width: "60%", inline: true, href: "#inline_example14" });
	        $(".richmondPop").colorbox({ width: "60%", inline: true, href: "#inline_example15" });
	        $(".restonPop").colorbox({ width: "60%", inline: true, href: "#inline_example16" });
	        $(".atlantaPop").colorbox({ width: "60%", inline: true, href: "#inline_example17" });
	        $(".melvillePop").colorbox({ width: "60%", inline: true, href: "#inline_example18" });
	        $(".sanDiegoPop").colorbox({ width: "60%", inline: true, href: "#inline_example19" });
	        $(".orlandoPop").colorbox({ width: "60%", inline: true, href: "#inline_example20" });
	        $(".dallasPop").colorbox({ width: "60%", inline: true, href: "#inline_example21" });
	        $(".idahoFallsPop").colorbox({ width: "60%", inline: true, href: "#inline_example22" });
	        $(".singaporePop").colorbox({ width: "60%", inline: true, href: "#inline_example23" });
	        $(".europePop").colorbox({ width: "60%", inline: true, href: "#inline_example24" });
	    });	

