#jbar-container{ width:100%;  position:relative; overflow:visible; margin:0px; padding:0px; z-index: 1000; }
.jbar { 
margin: 0;  padding: 0; overflow: visible; position: relative; text-align: center; width: 100%; z-index: 9999999;
background-color: orange; color: white; top: 0px; display: none; opacity: 0.95; -moz-opacity: 0.95;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=95)"; 
}

.jbar-top{top:0px;border-top:2px solid #fff;border-bottom: 1px solid #ebebeb; min-height: 22px;}
.jbar-box-shadow { box-shadow : 0px 0px 10px #888888; }
.jbar-bottom{bottom:0px;border-bottom:2px solid #fff;border-top: 1px solid #ebebeb; color:#777; }
.jbar-content{ font-size: 18px;font-family:"Lucida Grande",sans-serif; padding: 5px;}

#jbar-container a.close {
position: fixed;
bottom:auto;
top:5px;
right: 10px;
color: #98908C;
background-image: url(images/bar.png); background-repeat: repeat-y; background-position: 0 58px;
display: block;  overflow: hidden; padding: 0; height: 20px; width: 20px; margin: 5px 10px; float: right;
z-index: 10; border: none;
}

#jbar-container a.close:hover{
border-width: 2px;
border-style: solid;
border-color: silver;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#c4c4c4,direction=120,strength=2)";
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

#jbar-container a.open {
position: fixed;
bottom:auto;
top:0;
right: 10px;
color: #98908C;
background-color: transparent;
background-image: url(images/bar.png);
background-repeat: no-repeat;
background-position: 0 -54px;
width: 40px;
height: 35px;
z-index: 100;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color=#c4c4c4,direction=120,strength=2)";
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-top-width: 0;
border-style: solid;
}

#jbar-container .full { display:none;}
#jbar-container .laptop { display:none;}
#jbar-container .tablet { display:none;}
#jbar-container .short { display:none;}


@media only screen and (max-width: 480px) {
#jbar-container .short { display:inline-block;}
}
@media only screen and (min-width : 481px) and (max-width : 800px) {
#jbar-container .tablet { display:inline-block;}
}
@media only screen and (min-width : 801px) and (max-width : 1024px) {
#jbar-container .laptop { display:inline-block;}
}
@media only screen and (min-width: 1025px) {
#jbar-container .full { display:inline-block;}
}
