.flickr-img {
	float: left;
	width: 100px;
	text-align: center;
	height: 130px;
	margin: 0px 5px;
	margin-bottom: 10px;
}

#wfm-browse-content {
	overflow: auto;
	min-height: 280px;
	height: auto !important;
	height: 280px;
	width: 550px;
	margin: 0px auto;
}

#wfm-dashboard {
	height: 130px;
}

#wfm-scope-block {
	float: right;
	vertical-align: middle;
	margin: 1em 0;
}

#wfm-dashboard label, #wfm-close-block label {
	display: inline;
}

#wfm-navigation {
	text-align: center;
	vertical-align: middle;
}

#wfm-photoset {
	width: 140px;
}

#wfm-uploader {
	border: 0px;
	width: 600px;
	height: 350px;
	overflow: hidden;
}

#wfm-set-block {
	width: 165px;
	height: 20px;
	text-align: left;
}

.hide { display: none !important; }

.center { text-align: center; }

.left { float: left; }
.right { float: right; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display:inline-block; } /*this trips hasLayout for ie7*/
.clearfix { display:block; } 
