table.ds {
	border:0px;
	margin:-8px;
}

table.ds td.top_left {
	background:url('/dsify/drop_shadow/top-left.png') top left;
	
	width:8px;
	height:8px;
}

table.ds td.top {
	background:url('/dsify/drop_shadow/top.png') top;
	height:8px;
}

table.ds td.top_right {
	background:url('/dsify/drop_shadow/top-right.png') top right;
	width:8px;
	height:8px;
}

table.ds td.left {
	background:url('/dsify/drop_shadow/left.png') left;
	width:8px;
}

table.ds td.right {
	background:url('/dsify/drop_shadow/right.png') right;
	width:8px;
}

table.ds td.bottom_left {
	background:url('/dsify/drop_shadow/bottom-left.png') bottom left;
	width:8px;
	height:8px;
}

table.ds td.bottom {
	background:url('/dsify/drop_shadow/bottom.png') bottom;
	height:8px;
}

table.ds td.bottom_right {
	background:url('/dsify/drop_shadow/bottom-right.png') bottom right;
	height:8px;
}

table.ds td {
    width:4px !important;
    height:4px !important;
}

table.ds img {
    border:solid 3px #FFF;
}

table .left, table .right {
	float:none;
}