#cboxCurrent {
    left: 0 !important;
}

#cboxPrevious, #cboxNext, #cboxClose {
    background-color: rgba(0,0,0, 0.5) !important;
    background-position: 0 0 !important;
}

#cboxPrevious, #cboxNext {
    top: 50%;

    width: 100px !important;
    height: 200px !important;
    margin-top: -100px;
}

#cboxPrevious {
    background-image: url(../images/arrowLeft.png) !important;
}
#cboxNext {
    right: 0;
    left: auto !important;
    background-image: url(../images/arrowRight.png) !important;
}

#cboxClose {
    top: 0;
    bottom: auto !important;
    background-image: url(../images/x.png) !important;
    width: 50px !important;
    height: 50px !important;
}

ul.menu li a {
  text-align: center;
  text-decoration: none;
}
ul.menu li a span {
  display: block;

}

@media screen and (min-width: 601px) {
  ul.menu#menu li a, h1 {
    background: none !important;
  }
  ul.menu li a span {
    line-height: 32px;
    display: block;
    color: #333333;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #000000;
  }
  ul.menu li a.active span, ul.menu li a:hover span {
    background-color: #333333;
    color: #ffffff;
  }
  h1 span {
    display: block;
    line-height: 48px;
    font-size: 32px;
    text-indent: 20px;
    font-weight: normal;
  }
}


ul#languages li a {background: url(../images/flags.gif) no-repeat;}
ul#languages li.fr {width: 23px;}
ul#languages li.fr a {background-position: -65px 0;}
ul#languages li.fr a:HOVER, ul#languages li.fr a.active {background-position: -65px -14px;}
