﻿#slider1
{
	width: 700px; /* important to be same as image width */
	height: 330px; /* important to be same as image height */
	position: relative;
	overflow: hidden;
	margin-left:25px;
}
#slider1Content
{
	width: 700px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image
{
  float: left;
  position: relative;
  display: none;
}
