@charset "UTF-8";
/* @Last! Bar CSS Document */

#atlastbar {
	z-index: 200000;
	top: 0;
	position:fixed;
	height: 32px;
	width: 100%;
	background-image:url(/images/bar.jpg);
	background-repeat: repeat-x;
	
	-moz-box-shadow: 0px 2px 5px #333; /* Firefox/Mozilla */  
	-webkit-box-shadow: 0px 2px 5px #333; /* Safari/Chrome */  
	box-shadow: 0px 2px 5px #333; /* Opera */  
}
ul#atlastbar_social {
	list-style: none;
	z-index: 200010;
	top: 0;
	right: 0;
	position:fixed;
	height: 32px;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
ul#atlastbar_social li {
	float: left;
	padding: 0px;
	margin: 0px;
	height: 32px;
	top: 0;
	padding-right: 4px;
}
ul#atlastbar_social li:last-child {
	padding-right: 0px;
}
#atlastbar_player {
	z-index: 200010;
	top: 0;
	right: 184px;
	width: 0px;
	height: 32px;
	position: fixed;
}