$(document).ready(function() {
	$("#location").showcase({
		images: [{ url: "img/watergate-bay-surfer-mist.jpg",   
				   description: "Welcome to Apartment No. 17 Waves, Watergate Bay", link: "#" },
				 { url: "img/watergate-bay-horse-ride.jpg",   
				   description: "Welcome to Apartment No. 17 Waves, Watergate Bay", link: "#" },
				 { url: "img/watergate-bay-cliff-top.jpg",   
				   description: "Welcome to Apartment No. 17 Waves, Watergate Bay", link: "#" },
				 { url: "img/watergate-bay-surfboard.jpg",     
				   description: "Welcome to Apartment No. 17 Waves, Watergate Bay", link: "#" },
				 { url: "img/watergate-bay-apartment-waves-17.jpg",   
				   description: "Welcome to Apartment No. 17 Waves, Watergate Bay", link: "#" }],  
		width: "460px",  
		height: "345px", 
		border: "0px",
		animation: { type: "fade", speed: 2000, interval: 5500, stopOnHover: false },  
		navigator: { position: "top-left", item: { cssClass: "navItem", selectedBGColor: "#7aafe3" }, showNumber: true },  
		titleBar: { autoHide: false, cssClass: "showTitle", css: { backgroundColor: "#232323", fontColor: "#fff", fontStyle: "normal", height: "41px" } }  
	});
	$("#apartment").showcase({
		images: [{ url: "img/waves-17-apartment-livingroom.jpg",   
				   description: "", link: "#" },
				 { url: "img/waves-17-apartment-balcony.jpg",   
				   description: "", link: "#" },
				 { url: "img/waves-17-apartment-kitchen.jpg",   
				   description: "", link: "#" },
				 { url: "img/waves-17-apartment-master-bedroom.jpg",   
				   description: "", link: "#" },
				 { url: "img/waves-17-apartment-bathroom.jpg",   
				   description: "", link: "#" }],  
		width: "460px",  
		height: "345px", 
		border: "0px",
		animation: { type: "fade", speed: 2000, interval: 5500, stopOnHover: false },  
		navigator: { position: "top-left", item: { cssClass: "navItem", selectedBGColor: "#7aafe3" }, showNumber: true },  
		titleBar: { autoHide: false, cssClass: "showTitle", css: { backgroundColor: "#232323", fontColor: "#fff", fontStyle: "normal", height: "41px" } }  
	});
});