/* CSS container shadow */
.small {
	height: 250px;
	width: 350px;
	margin: 25px auto;


}
		
.medium {height: 350px;
		width: 500px;
		margin: 25px auto;}

.large {height: 500px;
		width: 725px;
		margin: 25px auto;}
.shadow-container {
	margin-bottom: 25px;
}

.shadow-container .shadow2,
.shadow-container .shadow3,
.shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}

	.shadow-container .shadow1 {
		background: #eeeeee;
	}

	.shadow-container .shadow2 {
		background: #dddddd;
	}

	.shadow-container .shadow3 {
		background: #cccccc;
	}

	.shadow-container .container {
	background: #ffffff;
	padding: 15px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #cccccc;

	}
/* CSS container shadow */
