/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	margin: 0px;
	width: 860;
	height: 300px;
	overflow: hidden;
	left: 0px;
	margin-top: 20px; 
	padding: 0;
	margin-left:-20px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 300px;
	width: 920px;
	
	}
		

	

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #FFFFFF;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:166px;
	height: 380px;
}

#imageMenu ul li.responsibility a {
	background: url(../images/c1.jpg) repeat scroll 0%;
}

#imageMenu ul li.caviars a {
	background: url(../images/c2.jpg) repeat scroll 0%;
}

#imageMenu ul li.knowledge a {
	background: url(../images/c3.jpg) repeat scroll 0%;
}

#imageMenu ul li.chefs a {
	background: url(../images/c4.jpg) repeat scroll 0%;
}

#imageMenu ul li.shop a {
	background: url(../images/c5.jpg) repeat scroll 0%;
	width: 150px;
}

.clear {
	clear: both;
}

/*************************************************************/


/* ||||||||||||||| SLIDESHOW ||||||||||||||||||||||||||| */

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:270px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	
