@charset "utf-8";
/* CSS Document */

#gal_container{
	width: 775px;
	}
#gal_thumb_container ul{ float: left; }

#gal_thumb_container li{
	display: inline;
	float: left;
	width: 102px;
	height: 102px;
	}

#gal_thumb_container{ postition: absolute;
					  top: 220px;
					  left: 635px;
					  width: 400px;
					  display: block;
					  overflow: hidden;
					  }

#gal_enlarge_container{ postition: absolute;
					    top: 220px;
						display: block;
						float: left; width: 375px; height: 400px; }

