@charset "utf-8";
/* CSS Document */

#bottom-bar {
	position: fixed;
	bottom: 100px; left: 0;
	z-index: 9999;
	background: #000000;
	border: 1px solid #000000;
	border-bottom: none;
	width: 25px;
	height: 110px;
}

#bottom-bar .primer-div{
	position: absolute;
	left: 25px; 
	bottom: 0px;
	display: none;
	width: 960px;
	border: 2px solid #333333;
	background: #111111;
	overflow: hidden;
	padding-bottom: 2px;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	
}