.ds_wrapper {
	position: relative;
	display: inline-block;
}

.ds_main {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.ds_container {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
}

.ds_tl,
.ds_tr,
.ds_br,
.ds_bl {
	position: absolute;
	width: 100px;
	height: 100px;
	background: url('../../images/common/contentmoduleshadow.png') no-repeat;
}

.ds_l,
.ds_r {
	position: absolute;
	width: 100px;
	background: url('../../images/common/contentmoduleshadow.png') no-repeat;
}

.ds_tl {
	left: 0;
	top: 0;
	background-position: 0 0;
}

.ds_tr {
	right: 0;
	top: 0;
	background-position: -842px 0;
}

.ds_br {
	right: 0;
	bottom: 0;
	background-position: -842px -550px;
}

.ds_bl {
	left: 0;
	bottom: 0;
	background-position: 0 -550px;
}

.ds_l {
	left: 0;
	top: 100px;
	background-position: 0 -100px;
}

.ds_r {
	right: 0;
	top: 100px;
	background-position: -842px -100px;
}