/*********** Online Shop **********/

div.ff_main_content {
	position:relative;
	text-align:center;
}

/*********** Flash content ************/
div.ff_main_content div.online_shop_flash {
	position:relative;
	height:276px; 
}
	
	div.ff_main_content div.online_shop_flash div.online_shop_photo {
		position:absolute;	
		width:680px; height:260px;
		top:22px; left:32px;		
		/* border:2px solid blue; */
	}
	
	div.ff_main_content div.online_shop_flash div.online_shop_text {
		position:absolute;
		background:url(../images/gallery/happy_tree_shopping_chinese_right_banner.jpg) no-repeat right bottom;
		width:263px; /* width of picture */
		height:245px; /* height of picture */
		top:39px; /* position of picture */
		left:737px;  /* position of picture */
	}

/*********** Main box ************/	
div.main_box  {
	width:95%;
	margin:0px auto 0px auto;
}

div.main_box div.spacer {
	height:20px;
}

div.main_box div.gallery table {
	width:100%;
}

div.main_box div.gallery td {
	position:relative;
	width:455px; height:245px;
	padding:8px 7px 8px 7px;
}

div.main_box div.gallery div.picture_box,
div.main_box div.gallery div.desc_box {
	float:left;
}

div.main_box div.gallery div.picture_box {
	position:relative;
	width:236px; height:236px;	
}

div.main_box div.gallery div.picture_box div.photo_frame {
	width:236px; height:167px;
	background-image:url(../images_png/gallery/happy_tree_photo_gallery_bg.png);
	background-repeat:no-repeat;
	background-position:top left;	
}

div.main_box div.gallery div.picture_box div.link {
	width:236px; height:69px;
}

div.main_box div.gallery div.picture_box div.photo_frame img {
	position:absolute;
	left:19px; top:19px;
	width:206px; height:147px;
}

div.main_box div.gallery div.desc_box {
	width:219px; height:245px;
	background-image:url(../images/gallery/happy_tree_photo_gallery_chinese_note_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
}

div.main_box div.gallery div.desc_box div.content {
	position:relative;
	top:20px;
	width:189px;
	margin:8px auto 0px auto;
	text-align:left;
}

div.main_box div.gallery div.desc_box div.content p {
	font-size:12px;
	margin:0px;
}

div.main_box div.pagination {
	text-align:left;
}
