#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 87px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}

	#shadow-container .shadow1 {
		background-color: #F1F0F1;
	}

	#shadow-container .shadow2 {
		background-color: #DBDADB;
	}

	#shadow-container .shadow3 {
		background-color: #B8B6B8;
	}

	#shadow-container .container {
	background-color: #ffffff;
	}
	#shadow-container img {
	border: 1px solid #5A585A;
	}