#imageGallery {
	display: block;
	width: 250px;
	background: #fff;
}

#imagePlaceHolder {
	display: block;
}

#imageGalleryLoading {
	display: none;
	background: url(/images/loading.gif) no-repeat 50% 50%;
	width: 250px;
	height: 271px;
}

#imageGallery ul.navigation {
	margin-top: 5px;
	float: right;
}

#imageGallery ul.navigation li {
	display: inline;
	padding-left: 22px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#imageGallery ul li.breaker {
	background: url(/images/breaker.gif) 8px no-repeat;
}

#imageGallery ul li.first a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}