/* images full */
.images{
	height: 300px;
	margin: 11px 0;
	width: 640px;
}
.images img{
	background-color: rgba(255,255,255,0.5);
	height: 300px;
	width: 640px;
}


@media print{
	.images{
		width: 100%;
	}
	/* legacy */
	.ie7 .images{
		position: relative;
		zoom: 1;
	}
}
