﻿#gallery
{
	background-color: #efefef;
	width: 100%;
	height: 85px;
	overflow: hidden;
}
#gallery #slide
{
	margin-top: 5px;
	width: 800px;
}
#gallery #slide .show
{
	float: left;
	width: 120px;
	margin-right: 10px;
}
#gallery #slide .show img
{
	width: 120px;
	height: 75px;
}
