#GalleryContainer {
	width: 625px;
	height: 435px;
}

#ImagePreviewBox {
	position: relative;
	width: 625px;
	height: 398px;
	background-image: url('../images/ajax-loader-bw.gif');
	background-position: center;
	background-repeat: no-repeat;
}

#ImageGalleryNav {
	width: 625px;
	height: 37px;
	background: url('../images/img-bg.gif');
	background-repeat: repeat-x;
}

#arrowLeft {
	position: absolute;
	left: 0px;
	top:0;
}

#arrowRight {
	position: absolute;
	right: 0px;
	top:0;
}

