.smallBlock
{
	width: auto;
	height: 185px;
	display: table;
	position: relative;
	margin-bottom: 0.8em;
}
.smallBlock .blockImg
{
	height: 185px;
	min-width: 217px;
	max-width: 362px;
	width: 50%;
	float: left;
	text-align: right;
	margin-right: 1em;
	margin-bottom: 0.5em;
	width: expression(this.parentNode.offsetWidth > 724 ? '362px' : this.parentNode.offsetWidth < 434 ? '217px' : '50%');
}
.smallBlock .blockImg .screenImg
{
	background: url(/i/screener.png);
	//background: none;
	float: right;
	width: 14px;
	height: 185px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/screener.png',sizingMethod='scale');
}

