
.gallery_top .left { 
	width: 748px; 
	float: left; 
	margin-top: 12px; 
}
.gallery_top .right { 
	width: 252px; 
	float: left; 
}
.gallery_top li { 
	width: 111px; 
	float: left; 
	margin: 0 0 0 15px; 
}
.gallery_contents ul { 
	width: 1020px; 
	margin: 30px -20px 0 0; 
	overflow: hidden; 
	_zoom: 1; 
}
.gallery_contents li { 
	width: 150px; 
	float: left; 
	margin: 0 20px 20px 0; 
}
.thumb a { 
	display: block; 
	width: 150px; 
	height: 150px; 
	overflow: hidden; 
	position: relative; 
	z-index: 1; 
}
.thumb img { 
	position: absolute; 
	top: -20px; 
	left: -45px; 
}
