div.widget_simpleimagelink {
	width: 100%;
}
.widget_simpleimagelink_container {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	width: 100%;
}
.widget_simpleimagelink .widget_simpleimagelink_hidetitle {
	display: none;	/* This stops the title from being shown when the widget is displayed (configurable), but allows the title to be shown in the Design - Widgets admin page */
}
.widget_simpleimagelink img {
	border: none;
	text-align:center;
}
/* narrowfat is based on WordPress' own widefat - just narrower! */
.narrowfat {
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	width: 100%;
	clear: both;
	margin: 0;
}
#widget-controls .narrowfat {
	width: 75px;
	padding: 3px;
}

