#flash{
	margin: 20px 0 0 0;
	overflow: hidden;
	position: relative;
	z-index: 10;
	width: 620px;
	min-height: 400px;
}

.gallery-list{
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.gallery-list li{
	list-style: none;
}

.gallery-item{
	width: 175px;
	height: 175px;
	overflow: hidden;
	background: url(../images/gallery-bg.png) no-repeat center top;
	margin: 0 30px 20px 0;
}

.gallery-image{
	width: 162px;
	height: 105px;
	margin: 5px 6px;
}

.gallery-image a{
	display: block;
	width: 162px;
	height: 105px;
}

.gallery-item h4{
	margin-left: 2px;
}

.gallery-item h4 a{
	color: #494949;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
}


