#social {
	position: fixed;
	top: 157px;
	width: 320px;
}	

#left_box {
	width:	51px;
	height: 106px;
	background-color: white;
	opacity:0.9;
	filter:alpha(opacity=90);
	float: left;
	margin-top: 0px;
}

#right_box {
	width: 269px;
	height: 321px;
	background-color: white;	
	float: right;
	text-align: center;
}

#fb_icon {
	position: relative;
	margin-top: 10px;
	margin-left: 11px;
	background-image: url('../img/fb_icon.jpg');	
	width: 29px;
	height: 29px;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#gplus_icon {
	position: relative;
	margin-top: 10px;
	margin-left: 11px;
	background-image: url('../img/gplus_icon.jpg');	
	width: 29px;
	height: 29px;	
	opacity:0.9;
	filter:alpha(opacity=90);
}

.social_larow {
	background-image: url('../img/social_larrow.png');
	position: relative;
	margin-top: 10px;
	margin-left: 23px;	
	width: 5px;
	height: 8px;	
}

.social_rarow {
	background-image: url('../img/social_rarrow.png');
	position: relative;
	margin-top: 10px;
	margin-left: 23px;	
	width: 5px;
	height: 8px;	
}	
