.imageScrollingParentDiv
{
	padding:0px;
	height:299px;
	background-color:black;
	width:840px;
	overflow:hidden;
	display:block;
	top:0px;
	margin:0px;
	padding:0px;
	position:relative;
	left:0px;
	font-size:0px;
}
.imageScrollingChildDiv
{
	
	width:2000px;
	height:300px;
	left:0px;
}

#scrollingImageDiv0
{
	position:relative;
	float:left;
}

#scrollingImageDiv1
{
	position:relative;
	float:left;
	left:80px;
}
