	#fb_slide_box_right
	{
	width: 222px;
	height: 383px;
	top: 20%;
	right: -205px;
	position: fixed;
	padding: 5px;
	background: url("../images/fb_slide_box_right.png") no-repeat;
	z-index: 1002;
	}

	#fb_slide_box_right iframe
	{
	width: 195px;
	height: 383px;
	float: right;
	background: white;
	}
	
	#fb_slide_box_left
	{
	width: 222px;
	height: 383px;
	top: 20%;
	left: -205px;
	position: fixed;
	padding: 5px;
	background: url("../images/fb_slide_box_left.png") no-repeat;
	z-index: 1002;
	}

	#fb_slide_box_left iframe
	{
	width: 195px;
	height: 383px;
	float: left;
	background: white;
	}
