.album-view {
	position: relative;
	width: 570px;
}

.album-view img {
	display: block;
}

.album-view .toolbar {
	height: 31px;
	background: #c62c14;
}

.album-view .controls {
	width: 80px;
	margin: 0 auto;
}

.album-view .toolbar a {
	margin: 9px auto 0;
	display: block;
	width: 16px;
	height: 16px;
	float: left;
}

.album-view .proxy {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 570px;
	height: 428px;
}

.album-view .toolbar .first {
	background: url(/images/control_start.png) no-repeat;
}

.album-view .toolbar .previous {
	background: url(/images/control_rewind.png) no-repeat;
}

.album-view .toolbar .play {
	background: url(/images/control_play.png) no-repeat;
}

.album-view .toolbar .stop {
	background: url(/images/control_stop.png) no-repeat;
}

.album-view .toolbar .next {
	background: url(/images/control_fastforward.png) no-repeat;
}

.album-view .toolbar .last {
	background: url(/images/control_end.png) no-repeat;
}

.album-view .toolbar .first:hover {
	background: url(/images/control_start_blue.png) no-repeat;
}

.album-view .toolbar .previous:hover {
	background: url(/images/control_rewind_blue.png) no-repeat;
}

.album-view .toolbar .play:hover {
	background: url(/images/control_play_blue.png) no-repeat;
}

.album-view .toolbar .stop:hover {
	background: url(/images/control_stop_blue.png) no-repeat;
}

.album-view .toolbar .next:hover {
	background: url(/images/control_fastforward_blue.png) no-repeat;
}

.album-view .toolbar .last:hover {
	background: url(/images/control_end_blue.png) no-repeat;
}

.album-view .viewport {
	position: relative;
	overflow: hidden;
	height: 73px;
	background: #e4e4e4;
}

.album-view .slide {
	position: absolute;
}

.album-view .slide a {
	position: absolute;
	top: 3px;
	min-width: 90px;
	min-height: 67px;
	background-position: center center;
	background-repeat: no-repeat;
}

.album-view .slide .loading {
	background-image: url(/images/gears.gif);
}

.album-view .slide .broken {
	background-image: url(/images/broken.png);
}

.album-view .slide img {
	position: absolute;
	width: 90px;
}

