.jbar-container {
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
}
.jbar{
	height:50px;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	background-color: #fff;
	position:relative;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95); 
	opacity: 0.95;
	-moz-opacity: 0.95;
	text-align:center;
	z-index:9999999;
	padding:0px;
}
.jbar-container-top {
	top: 0px;
}
.jbar-top{
	border-top:2px solid #ff00ff;
	border-bottom: 1px solid #ffff00;
}
.jbar-container-bottom {
	bottom: 0px;
}
.jbar-bottom{
	border-bottom:2px solid #fff;
	border-top: 1px solid #ebebeb;
	color:#777;
}
.jbar-content{
	line-height:46px;
	font-size: 18px;
	font-family:'Lucida Grande',sans-serif;
}
a.jbar-cross{
	position:absolute;
	width:31px;
	height:31px;
	background:transparent url(../images/cross.png) no-repeat top left;	
	cursor:pointer;
	right:10px;
}
a.jbar-cross:hover{
	background-image: url(../images/cross_hover.png)
}
.jbar-top a.jbar-cross{
	top:8px;	
}
.jbar-bottom a.jbar-cross{
	bottom:8px;
}
