#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;
	height: 291px;   
}


#flickr_thumbs {
	position: absolute;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#flickr_div {
	width: 291px;
	height: 291px;
	margin: auto;
	margin-top: 5px;
	text-align: center; /* important */
	background: #000;
	overflow: hidden;
}
#flickr_div img
{
	float: none;
	display: inline;
}
#flickr_count {
	width: 261px;
	margin: auto;			
	font-size: 12px;
	color: #fff;
	padding: 15px;
	background-color: #000;
}
