﻿.min-gallery
{
	width: 1000px;
	height: 250px;
	
}
.min-gallery .preview
{
	width: 1000px;
	height: 250px;
	position: relative;
	overflow: hidden;
	background-color: White;
	color:#fff;
}


.min-gallery .preview img
{
	/* width: 795px;             height: 525px;*/
	position: absolute;
	width: 1000px;
}









.
