/* @override http://privatechef.com/version2/css/shadow.css */

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	width: 38%;
	margin-left: auto;
}

#shadow-container div.shadow1 div.shadow2 div.shadow3 div.container img {
	width: 100%;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #c4c1c3;
		padding: 10px;
	}
