div#thumb_loader {
	height:230px;
	background-color:#FFF;
	background: url(../img/spinner.gif) no-repeat center center;
}


div#flickr_thumbHolder {
	width:470px; 
	padding:3px; 
	overflow:hidden;
	padding-left:20px
}
div#flickr_thumbImage {
	float:left; 
	background-color:#CCC; 
	margin-left:2px; 
	margin-bottom:2px; 
	display:inline;
}


div#flickr_slideShow {
	padding-top:5px; 
	padding-bottom:5px; 
	text-align:center
}
a.flickrSlideShow:hover {
	color:#0066FF;
}

a.flickrSlideShow {
	color:#ff6600;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:700;
	text-align:justify;
	text-decoration:none;
}

iframe#flickr {
	height:230px;
	width:500px;
	visibility:hidden;
	display:none;
}
