body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
img {
	background: #FFFFFF url(/images/page/no-image.gif) center no-repeat;
/*	border: 1px solid #F1F1F1;*/
}

/* scrolling images box shadow */

.shadowbox {
	font-size: 0;
	line-height: 0;
	float: left;
}
.top-left {
	width: 6px;
	height: 6px;
	background: url(/images/home/shad-top-left.gif) bottom right no-repeat;
}
.top-right {
	width: 6px;
	height: 6px;
	background: url(/images/home/shad-top-right.gif) bottom left no-repeat;
}
.bot-right {
	width: 6px;
	height: 6px;
	background: url(/images/home/shad-bot-right.gif) top left no-repeat;
}
.bot-left {
	width: 6px;
	height: 6px;
	background: url(/images/home/shad-bot-left.gif) top right no-repeat;
}
.top {
	background: url(/images/home/shad-top.gif) bottom repeat-x;
}
.right {
	background: url(/images/home/shad-right.gif) left repeat-y;
}
.bot {
	background: url(/images/home/shad-bot.gif) top repeat-x;
}
.left {
	background: url(/images/home/shad-left.gif) right repeat-y;
}

