.XiphoneGallery {
    overflow: hidden;
    position: relative;
    padding: 10px;
    height: 420px;
    width: 300px;
}
.XiphoneGallery UL {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}
.iphoneGallery UL {
	left: 1000px;
}
.iphoneGallery UL LI {
  display: inline;
  padding: 0;
	width: 80px;
	height: 80px;
}

.iphoneGallery UL LI A IMG{
	padding-right: 5px;
	cursor: pointer;
  cursor: -moz-grab;
}
.imgelement {
	position: absolute;
	width: 943px; /* 945px */
	height: 455px;
	top: 0px;
	left: 0px;
}
#imglist {
	position: absolute;
	left: -10000px;
	top: -10000px;
}
#imgdisplay, #imgfastpreview {
	width: 943px;
	height: 455px; /* 945px */
/*	border: 5px solid black; */
	overflow: hidden;
	position: relative;
}
