

#galleryContainer {	/* Big Div surrounding up image, list of images and down image */
	position: relative;
	background: white;
	width: 425px;
	border-bottom: 1px dotted #ccc;
	padding: 0;
    height: 115px;
z-index: 0;
}

#arrow_up {
	cursor: pointer;
    border: 0;
    width: 50px;
    text-align: center;
}

#arrow_down {
	cursor: pointer;
    border: 0;
    width: 50px;
    text-align: center;
}

#scroll_bar {
	position: absolute;
	cursor: pointer;
    top: 100px;
}

.scrollBut
{
  border: 0px solid #ccc;
  vertical-align: top;
  padding: 20px 0 0 0;
  text-align: center;
}



#theImages {	/* DIV where the images are located */
	position:relative;
	float: left;
	overflow: hidden;
	height: 100px;	/* Height of boxes for the images */
	width: 100%;
	text-align: left;
	border: 0;
}
#theImages div {
	text-align: left;
	position: relative;
	width: 100000px;
}





	
	
