#gallery {
	clear: both;
	width: 555px;
	padding: 20px 0px 10px 0px;
}

.gallery_tn {
	padding: 6px;
	margin: 0px 2px 10px 0px;
	width: 120px;
	height: 164px;
	border: 1px solid #ccc;
	float: left;
}

.gallery_img {
	height: 105px;
}

.gallery_desc {
	font-size: 10px;
	margin-top: 4px;
}

#gallery_preview {
	width: 505px;
	height: 545px;
	background: url('img/lay/gallery_bg2.jpg') no-repeat;
	z-index: 900;
	position: absolute;
	top: 5px;
	left: 40px;
	display: none;
}

	#gallery_top {
		width: 489px;
		text-align: right;
		color: #fff;
		position: absolute;
		top: 10px;
		left: 4px;
	}

	#gallery_top * {
		color: #fff;
	}

	#gallery_img_div {
		width: 449px;
		vertical-align: bottom;
		position: absolute;
		top: 31px;
		left: 27px;
	}

	#gallery_title {
		width: 497px;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		color: #222;
		position: absolute;
		top: 415px;
		left: 2px;
	}

	#gallery_desc {
		font-size: 10px;
		width: 415px;
		padding: 5px 30px 15px 30px;
		height: 50px;
		color: #222;
		line-height: 16px;
		overflow: auto;
		text-align: left;
		position: absolute;
		top: 440px;
		left: 2px;
	}

	#gallery_footer {
		width: 497px;
		overflow: auto;
		text-align: center;
		position: absolute;
		top: 520px;
		left: 2px;
	}
	
	#gallery_footer * {
		float: left;
		color: #fff;
		font-weight: bold;
	}
	
		#gallery_left {
			position: relative;
			left: 25px;
		}
		
		#gallery_info {
			position: relative;
			left: 145px;
		}

		#gallery_right {
			position: relative;
			left: 290px;
		}

