@media all
{
	.widget.ads
	{
		overflow: hidden;
	}

		.widget.ads h3
		{background-color: #e3353a !important;border: 0 none !important;color: #ffffff;}

		.widget.ads > div
		{
			background: none !important;
			padding: 0 !important;
			text-align: center;
		}

			.widget.ads > div img
			{
				display: inline-block;
			}
}