/* Main Shadow Control */
.shadowcontainer {
	position: relative;
	clear: both;
}
.shadow {
	position:absolute;
	/* Shadow Offset */
	top:7px;
	left:5px;
	z-index:1;
}
.shadowcontainer #image {
	position:absolute;
	z-index:2;
	padding:0px 0px 0px 0px;
	left: 6px;
	top: 4px;
}

/* Shadow sizes for each graphic are to be 4px larger in height and width
	Set size directly, not with id.  Do not use numbers in the CSS names unless you are going to spell them out*/
	
