/* OTHER REQUIRED STYLES FOR THE COREG BAR */
#coreg_bar{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:35px;
  line-height:35px;
  z-index:2;
  background:#333 url(http://content.pmamediagroup.com/1/42383-coreg_logo.png) no-repeat center top;
  border-bottom:3px solid #FEC001;
}
  #coreg_bar > div{
    position:relative;
    line-height:35px;
    height:35px;
    background:transparent;
    width:100%;
  }
    #coreg_previous{position:absolute;left:20px;top:0;}
    #coreg_next{position:absolute;right:20px;top:0;}
    a.coreg_button{
      display:block;
      background:#fff;
      padding:0 10px;
      margin:7px 0;
      width:50px;
      text-align:center;
      font:10px/20px Arial,Helvetica,FreeSans,Sans-Serif;
      -moz-border-radius:20px;
      -webkit-border-radius:20px;
      border-radius:20px;
      text-decoration:none;
      font-weight:bold;
      text-transform:uppercase;
      -moz-box-shadow:inset 0 -10px 0 #eee;
      color:#333;
      border:0;
    }
    a:hover.coreg_button{
      -moz-box-shadow:inset 0 10px 0 #ddd;
      background:#eee;
      border:0;
      color:#000;
    }
