#galleryContent-busy {
	width:16px;
	height:16px;
	background: url('busy.gif');
}

#galleryContent {
	background: black;
}

#galleryContent-button-left {
	width: 32px;
	height: 224px;
	background: url('button-left.jpg');
}
#galleryContent-button-right {
	width: 32px;
	height: 224px;
	background: url('button-right.jpg');
}
#galleryContent-caption {
	font-size:10pt;
	color: white;
}
#galleryContent-button-play {
	top: 8px;
	width: 32px;
	height: 32px;
	background: url('button-play.gif');
}
#galleryContent-button-pause {
	top: 8px;
	width: 32px;
	height: 32px;
	background: url('button-pause.gif');
}
#galleryContent-button-next {
	right: 0px;
	top: 16px;
	width: 32px;
	height: 32px;
	background: url('button-next.gif');
}
#galleryContent-button-prev {
	left: 0px;
	top: 16px;
	width: 32px;
	height: 32px;
	background: url('button-prev.gif');
}