
#sticky_navigation_wrapper {
width: 100%;
height: 60px;
position:relative;
z-index:1000001;
}
#sticky_navigation {
width: 100%;
height: 60px;
background-image:url(../../images/trans-black-60.png);
/*background-color:#000000;*/
-moz-box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
box-shadow: 0 0 5px #999;
}
