/* css shadows*/
.shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.shadow-container .shadow2,
.shadow-container .shadow3,
.shadow-container .shadow4,
.shadow-container .shadow5,
.shadow-container .shadow {
    position: relative;
    left: -1px;
    top: -1px;
}

    .shadow-container .shadow1 {
	background: #2e2e2e;
    }

    .shadow-container .shadow2 {
	background: #2a2a2a;
    }

    .shadow-container .shadow3 {
	background: #242424;
    }
		    .shadow-container .shadow4 {
	background: #1c1c1c;
    }
    .shadow-container .shadow5 {
	background: #161616;
    }
.shadow-container .shadow {
	background: #333;
}

