.expstickybar{
position:fixed;
color: white;
padding: 5px;
right:0; /*horizontally center bar in window*/
left:0; /*horizontally center bar in window*/
visibility:hidden;
background:;
background-image: url(transparent-black-1.png);
/*background: #e43a3d;*/
z-index: 10000;
width:auto; /*set width of bar to width of entire window*/
}

.expstickybar a{
color: white;
}
