/*!
 * jQuery fbGrabber Plugin v4.0 30-8-2012
 * Examples and documentation at: http://www.entula.net/wordpress-facebook-grabber/
 * Home: http://www.entula.net/wordpress-facebook-grabber/
 * Author: http://www.borraccetti.it/borraccetti
 * Copyright (c) 2010 Fabio Borraccetti
 *
 * Version: v4.0 30-8-2012
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * 
 * Tested and Developed with jQuery 1.7
 * Requires: jQuery v1.4 or later
 * 
 *
 */

.fb_thumb { 
		float:left;
		height:150px;
		width:150px;
}
.fb_feed_thumb { 
		float:left;
		height:150px;
		width:150px;
}
.fb_feed  { 
	float:left;
	clear:both;
	border:1px solid #EAEAEA;
	background: none repeat scroll 0 0 white;
	width:90%;
	padding:10px;
	margin-bottom:10px;
}
.fb_thumb p { 
	float:right;
}

.wp_fb_grabber img {
	background:none repeat scroll 0 0 white;
	border:1px solid #CCCCCC;
	padding:4px;
	vertical-align:middle;
}
.wp_fb_grabber {
	width:100%;
}