#slideMainDiv {
	height:300px;
	width:900px;
	position:relative;
	border-bottom:0px;
	z-index: 0;
}
#slideHeaderDiv {
	width:900px;
	height:300px;
	z-index: 0;
}
.slideDiv {
	position:absolute;
	left:0;
	top:0;
	width:900px;
	height:300px;
	z-index: 0;
}
#newdiv {
	background-color:#000000;
	width:900px;
	height:14px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-family:"MS Sans Serif", Geneva, Helvetica, sans-serif;
	font-size:2px;
	z-index: 0;
}
