/* Shadow */

.fancyshadow {
	position: absolute;
}

.fancyshadow.left {

}



.fancyshadow.right {
	background-image: url('shadow-sides.png');
	top: 30px;
	bottom: 4px;
	width: 14px;
}

.fancyshadow.left, .fancyshadow.lt {
/*	background-position: left top;
	left: -14px;  */
}

.fancyshadow.right, .fancyshadow.rt {
	background-position: right top;
	right: -14px;
}

.fancyshadow.bottom {
	background: url('shadow-bottom.png') repeat-x;
	left: 14px;
	right: 14px;
	bottom: -24px;
	height: 24px;
}

.fancyshadow.lb {
	background-image: url('shadow-corner-left.png');
}


.fancyshadow.lt {

}


.fancyshadow.rt, .fancyshadow.rb {
	background-image: url('shadow-corners.png');
}

.fancyshadow.lt {

}


.fancyshadow.rt {
	top: 0;
	height: 30px;
	width: 14px;
}

.fancyshadow.lb  {
	bottom: -24px;
	width: 21px;
	height: 28px;
}


.fancyshadow.rb {
	bottom: -24px;
	width: 28px;
	height: 28px;
}

.fancyshadow.lb {
	background-position: left bottom;
	left: -7px;  
}

.fancyshadow.rb {
	background-position: right bottom;
	right: -14px;
}

/* img { margin-bottom: -5px; } */