#flickr_next {
	background: url('nxt.gif') no-repeat;
	background-position: 5px;
	position: absolute;
	top: -50px;
	left: -50px;
	display: none;
	width: 25px;
	height: 10px;
	background-color: #000;
	padding: 5px;
	cursor: pointer;
}

#flickr_prev {
	background: url('prv.gif') no-repeat;
	background-position: 5px;
	position: absolute;
	top: -50px;
	left: -50px;
	display: none;
	width: 25px;
	height: 10px;
	background-color: #000;
	padding: 5px;
	cursor: pointer;
}

#flickr_loader {
	background:url('loader.gif') no-repeat center center;
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}


#flickr_thumbs {
	position: absolute;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	text-align: center;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}

