body {
	padding:12px;
	margin:0px;
	background-color:#fff;
	text-decoration:none;
	font-family:"Verdana";
	font-size:9pt;
	letter-spacing:0.05em;
	line-height:18px;
}

/* ids combined with an element */
#gallery img {
	width: 653px;
	height: 489px;
	cursor: pointer;
}

/* elements combined with a specific class */
div.gallery {
	overflow: hidden;
	width: 653px;
}

div.gallery div.gallery-strip {
	width: 660000px; /* 1.000 images in width (incl. a margin of 20 px) as max */
}

div.gallery div.gallery-strip div.gallery-image {
	float: left;
	margin-right: 20px;
}

/* classes */
.imageindicator {
	color:gray
}

.captions, .pageflipper {
	font-size:10px;
}
.pageflipper {
	text-align:center;
	margin-left:-10px;
	margin-top:0px;
	width:653px;
}
