.dCorner
{
	position: relative;
	zoom: 1;
}
.dcItem
{
	position: absolute;
	display: none;
}
.dcItem img
{
	width: 100%;
	height: 100%;
}
.dctop, .dcbottom, .dcleft, .dctop-left, .dcbottom-left
{
	left: 0;
}
.dctop, .dctop-left, .dctop-right, .dcleft, .dcright
{
	top: 0;
}
.dcbottom, .dcbottom-left, .dcbottom-right
{
	bottom: 0;
}
.dcright, .dctop-right, .dcbottom-right
{
	right: 0;
}
