/* CSS Document */
#imageScroller {/*change these settings to position entire scroller*/
	z-index: 1;
	top: 0px;
	left: 330px;	position: absolute;
}
#rectangle {	z-index: 2;	top: 0px;	left: 52px;	position: absolute;}
.image {
	z-index: 3;
	top: 5px;	position: absolute;
}

.arrow {
	z-index: 4;
	top: 0px;
	position: absolute;
}

#leftArrow {
	left: 0px;
}

#rightArrow {
	left: 342px;
}
/* Initial positioning of images so they look good if Javascript is not enabled. *//* Spacing between images is 57 (must match value of spacing in scrollingImages.js. */#image0 {	left: 0px;	visibility: hidden;}#image1 {	left: 57px;}#image2 {	left: 114px;}#image3 {	left: 171px;}#image4 {	left: 228px;}
#image5 {
	left: 285px;

#image6 {
	left: 342px;
}