/* -- Backgrounds -- */

#about {
	background-image: url(../images/pages/bg-about.jpg);
}

#chef {
	background-image: url(../images/pages/bg-chef.jpg);
}

#menus {
	background-image: url(../images/pages/bg-menus.jpg);
}

#private-dining {
	background-image: url(../images/pages/bg-private-dining.jpg);
}

#photo-gallery {
	background-image: url(../images/pages/bg-photo-gallery.jpg);
}

#map {
	background-image: url(../images/pages/bg-map.jpg);
}

/* -- Home -- */

div#home {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;	
}

div#home-slides {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

div#home-slides div {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;

}



/* -- Photo Gallery -- */

div#gallery {
	position: relative;
	width: 716px;
	overflow: hidden;
}

div#gallery ul {
	position: relative;
	width: 800px;
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
}

div#gallery ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 15px 15px 0;
	list-style: none;
}

div#gallery ul li a {
	display: block;
	cursor: pointer;
}

div#gallery ul li a img {
	display: block;
	box-shadow: rgb(0, 0, 0) 0px 0px 0px;
}

div#gallery ul li img.full {
	display: none;
}