#fbListAlbumsContainer,#fbImagesContainer,#fbPhotoSelection{
	float:left;
	position:relative;
	width:600px;
	margin:0 4px
}

#fbImagesContainer{
	overflow:auto;
	position:absolute;
	background:white;
	display:none;
}
#fbPhotoSelection{
	width:150px;
	text-align:center;
}
.fbBlock{
	width:130px;
	height:130px;
	margin:0 10px 10px 0;
	cursor:pointer; 
	float:left;
	position:relative;
	border:4px solid white;
}
.fbBlock.selected{
	border:4px solid #666;
}
#fbListAlbumsContainer ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#fbListAlbumsContainer .fbAlbum{
	width:100px;
	height:150px;
	margin-right:5px;
	float:left;
}
#fbListAlbumsContainer .album_cover{
	float:left;
	display:block;
	width:100px;
	height:100px;
	border:1px solid #CCC;
	margin-bottom:5px;
}
.fbAlbum{
	cursor:pointer;
	margin:3px 0;
}

#fbValidatePhoto{
	width:130px;
	background-color:#3B5998;
	color:#FFF;
	margin:0 auto;
	cursor:pointer; 
}

