﻿
.min-gallery .preview
{
	width:1000x;
	height: 350px;
	
	position: relative;
	
	overflow: hidden;
	background-color: White;
}
.min-gallery .preview img
{
	width:1000px !important ;
	height:350px !important ;    
	position: absolute;
}

.hidden
{
	display: none;
}
.visible
{
	display: block;
}

.clear-fix
{
	clear: both;
}
.short
{
	display:none;
}

