
/* BEGIN composition */


/*
**.WidgetTitle {
**	font-size: 19px;
**	line-height: 30px;
**	color: #ff9933;
**}
*/
/*
**.WidgetContainer {
**	max-width:400px;
**}
*/


.WidgetImage img {
	align: center;
	max-width:385px;
	width: expression(this.width > 385 ? 385: true);
}
	