
#footerBar {
	height:35px;
	padding:0px;
	width:960px;
	position:fixed;
	bottom:0px;
	z-index:1000;
	clear:both;
	display:none;
}

#footerBarInner {
	height:35px;
	padding:0px;
	width:920px;
	background:url(images/bottom_bar.png) repeat-x;
	float:left;
	}

#bottomBar-rt {
	height:35px;
	padding:0px;
	width:15px;
	margin:0px;
	background:url(images/bottom_bar_rt.png) no-repeat;
	float:left;

	}
	
#bottomBar-lt {
	height:35px;
	padding:0px;
	width:15px;
	margin:0px;
	background:url(images/bottom_bar_lt.png) no-repeat;
	float:left;
	}

.social {
	margin-top:9px;
	margin-left:10px;
	margin-right:5px;
	float:left;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	

	
#footerBarInner ul {
	margin:0px;
	padding:0px;
	margin-left:90px;
}

#footerBarInner li {
	margin-left:4px;
	float:left;
	list-style:none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#footerBarInner li:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

