html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background-color: transparent;
}

body {
  line-height: 1;
}

blockquote,q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*********** MAIN ***********/
* {
  margin: 0;
  padding: 0;
}

html,body {
  height: 100%;
}

html {
  min-width: 978px;
}
/*IE7*/

body {
  color: #2d2417;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #9f8d50 url(../img/body-bg.jpg) repeat-x 50% 0;
  font: 75%/ 145% Arial, Helvetica, sans-serif;
}

/*********** COMMON ***********/
a {
  color: #9a8357;
  cursor: pointer;
  text-decoration: underline;
  outline: none !important;
  font-weight: normal;
  position: relative;
}

a:hover,a:focus {
  color: #9a8357;
  text-decoration: none;
}

img {
  border: none;
}

td,th,textarea,input,select {
  font-size: 0.9em;
}

td,th {
  padding: .3em;
}

.tablehome {
  font-size: 100%;
}


p {
  margin: 0 0 1.5em;
  line-height: 1.4;
}

form {
  clear: left;
  margin: 0;
}

h1,h2,h3,h4,h5 {
  margin-bottom: 0.3em;
  line-height: 1.2em;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  color: #7C2200;   
}

h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #9a8357;   
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  color: #9a8357;   
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
}

input,select,textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
ol,ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ulcolor li {
  list-style-type: disc;
  margin-left: 30px;
  color: #9A8357;
}

.ulcolor li span {
  color: #2D2417;
}
  

li p {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.clearfix {
  clear: both;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.gallery{
  width: 497px;
  text-align: justify;
  margin: 0 0 0 5px;
}

img.right{
  margin: 0 0 10px 10px;
}

.homebottom{
  width: 680px;
  height: 150px;
  padding: 15px 0 0 0;
}

.homeblockleft{
  width: 340px;
  float: left;
  padding: 20px 0 0 0;
}

.homeblockright{
  width: 340px;
  float: left;
}


/*********** TEMPLATE ***********/

#container {
  margin: 0 auto;
  width: 978px;
}

#body {
  position: relative;
  width: 978px;
}

#header-wrapper {
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
}

#header {
  position: relative;
  width: 978px;
  height: 330px;
  margin: 0;
  background: url(../img/header-bg.jpg) no-repeat 0 0;
}
#headerbody {
  float: left;
  display: inline;
  width: 978px;
  height: 279px;
  margin: 0;
}

#logo {
    position: absolute;
    top: 87px;
    left: 120px;
    float: left;
    display: inline;
    width: 237px;
    height: 160px;
    margin: 0;
    z-index: 601;
}
#logo a {
    display: block;
    width: 237px;
    height: 160px;
    background: url(../img/logo.png) no-repeat 0 0;
    text-indent: -999em;
    z-index: 602;
}

#header-links {
    float: left;
    display: inline;
    padding: 0;
    margin: 2px 0 0 420px;
}
#header-links ul {
    float: left;
    display: inline;
    width: 300px;
}
#header-links li {
    float: left;
    display: inline;
    border-right: 1px solid #9a8357;
    padding-right: .5em;
    margin: .25em .5em .25em 0;
    font-size: .916em;
    line-height: 1.3em;
    height: 1.3em;
}
#header-links li.last {
    border-right: none;
}
#header-links li a {
    color: #3f4954;
    text-decoration: none;
}
#breadcrumb {
    display: block;
    height: 30px;
    padding: 0;
    font-size: 0.833em;
    line-height: 10px;
    text-align: left;
    color: #9A8357;
}

#search { 
    float: left;
    display: inline;
    width: 165px;
    position: relative;
}
#search span.caption {
    color: #fff;
    font-size: 1.167em;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}
#search .field {
    border: 1px solid #8a8a8a;
    width: 150px;
    height: 16px;
    line-height: 16px;
    padding: 1px 3px;
    margin: 0 0 0 .5em;
    color: #8a8a8a;
    font-size: .916em;
}
#search .button {
    position: absolute;
    right: 1px;
    top: 2px;
    border: 0;
    width: 22px;
    height: 18px;
    background: none;
    padding: 0;
    margin: 0;
    background: url(../img/search.gif) no-repeat 0 0;
    text-indent: -999em;
}


#headerimage {
    position: relative;
    clear: both;
    float: left;
    display: inline;
    width: 535px;
    height: 231px;
    margin: 0 0 0 391px;
}
#headerimage .overlay {
    position: absolute;
    top: 0;
    width: 535px;
    height: 231px;  
    background: url(../img/header-overlay.png) no-repeat 0 0;
}
#headerimage .image {
  float: left;
  display: inline;
    width: 535px;
    height: 231px;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}


#phonenumber {
    position: absolute;
    left: 160px;
    top: 40px;
    width: 200px;
    height: 33px;
}
#phonenumber .details {
    float: right;
    display: inline;
    width: 179px;
    height: 29px;
    padding: 2px;
}
#phonenumber .number {
    float: right;
    display: inline;
  font-size: 1.75em;
  font-weight: bold;
}
#phonenumber .rate {
  clear: both;
    float: right;
    display: inline;
    color: #765625;
    white-space: nowrap;
}
#phone {
    float: right;
    display: inline;
    width: 17px;
    height: 33px;
    background: url(../img/phone.png) no-repeat 0 0;    
}

#navigation-wrapper {
    position: absolute;
    left: 0;
    top: -110px;
    float: left;
    display: inline;
    margin: -660px 0 0 58px;
    width: 237px;
    padding: 0;
}

#navigation {
  position: relative;
  float: left;
  display: inline;
  clear: both;
  width: 978px;
  height: 51px;
  margin: 0 0 0 0;
  padding: 0;
  background: url(../img/navigation-bg.jpg) no-repeat 0 0;
  z-index: 410;
}
#navigation ul#mainnav {
  position: absolute;
  left: 14px;
}
#navigation ul li {
  float: left;
  display: inline;
  width: 190px;
  height: 51px;
  margin: 0;
  padding: 0;
}

#subnav ul#smain-1,
#subnav ul#smain-1 li a,
#navigation ul li#main-1 span,
#navigation ul li#main-1 {  
  width: 202px;
}
#subnav ul#smain-2,
#subnav ul#smain-2 li a,
#navigation ul li#main-2 span,
#navigation ul li#main-2 {  
    width: 153px;
}
#subnav ul#smain-3,
#subnav ul#smain-3 li a,
#navigation ul li#main-3 span,
#navigation ul li#main-3 {  
    width: 191px;
}
#subnav ul#smain-4,
#subnav ul#smain-4 li a,
#navigation ul li#main-4 span,
#navigation ul li#main-4 {  
    width: 189px;
}
#subnav ul#smain-5,
#subnav ul#smain-5 li a,
#navigation ul li#main-5 span,
#navigation ul li#main-5 {  
    width: 213px;
}
#navigation ul li.active a span {
  color: #000000;
}
#navigation.onhover ul li.active a span,
#navigation:hover ul li.active a span {
  color: #000000;
}
#navigation .navwrap {
  float: left;
  position: relative;
}
#navigation ul li span {
  float: left;
  display: inline;
  width: 190px;
  height: 21px;
  line-height: 21px;
  padding: 15px 0;
  margin: 0;
  text-decoration: none;
  color: #fff;
  font-size: .833em;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

#navigation ul li.onhover span,
#navigation ul li.active span,
#navigation ul li a:hover {
    background: url(../img/navigation-bg-on.jpg) no-repeat 0 0;
    color: #000;
}
#navigation ul li#main-1.onhover span,
#navigation ul li#main-1.active span,
#navigation ul li#main-1 a:hover {  background-position: -14px 0; }
#navigation ul li#main-2.onhover span,
#navigation ul li#main-2.active span,
#navigation ul li#main-2 a:hover {  background-position: -216px 0; }
#navigation ul li#main-3.onhover span,
#navigation ul li#main-3.active span,
#navigation ul li#main-3 a:hover {  background-position: -369px 0; }
#navigation ul li#main-4.onhover span,
#navigation ul li#main-4.active span,
#navigation ul li#main-4 a:hover {  background-position: -560px 0; }
#navigation ul li#main-5.onhover span,
#navigation ul li#main-5.active span,
#navigation ul li#main-5 a:hover {  background-position: -750px 0; }


#subnav {
  display: none;
  position: absolute;
  left: 14px;
  top: 51px;
  border: 1px solid #741d00;
}
#subnav.onhover {
  display: block;
}
#subnav ul {
  position: relative;
  float: left;
  display: inline;
  margin: 0;
  padding: 5px 0;
  width: 189px;
  height: 170px;
  overflow: hidden;
  background: url(../img/subnav-bg.jpg) repeat 100% 0;
}
#subnav ul.onhover {
  background: url(../img/subnav-bg-hover.jpg) repeat 100% 0;  
}
#subnav ul li {
  position: relative;
  float: left;
  display: inline;
  clear: both;
  width: 119px;
  height: auto !important;
  margin: 0;
  padding: 0;
}
#subnav ul li a {
  position: relative;
  clear: both;
  display: block;
  float: none;
  width: 190px;
  line-height: 16px;
  height: auto;
  padding: 1px 0;
  background: none;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 0.933em;
  text-align: left;
  text-indent: 25px;
  color: #000;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
}
#subnav ul li a:hover {
  color: #741d00;
  background: none;
  font-weight: bold;
}





#content-wrapper {
  float: left;
  display: inline;
  clear: both;
  width: 978px;
  margin: 330px 0 0 0;
  z-index: 100;
}
#content {
  float: left;
  display: inline;
  width: 978px;
  overflow: hidden;
  background: url(../img/content-bg.png) repeat-y 0 0;
}
#contenthead {
   float: left;
   display: inline;
   width: 961px;
   height: 480px;
   padding: 0;
   margin: 0 9px 0 8px;
   background: url(../img/contenthead-bg.png) no-repeat 0 0;
}
.coverflow #contenthead {
  height: 600px;
   background: url(../img/contenthead-bg-l.png) no-repeat 0 0;
}
#contentbody-wrapper {
   float: left;
   display: inline;
   width: 961px;
   margin: 0 9px 0 8px;
   background: url(../img/contentbody-bg.png) repeat-y 0 0;
   z-index: 102;
   position: relative;
}
.coverflow #contentbody-wrapper {
  background-image: url(../img/contentbody-bg-c.png);
}
#contentbody {
   float: left;
   display: inline;
   width: 958px;
   margin: -480px 10px 0 10px;
   padding: 0;
   position: relative;
   z-index: 101;
}
.coverflow #contentbody {
  margin-top: -600px;
}

#cap {
  float: left;
  display: inline;
  width: 680px;
  height: 600px;
  overflow: hidden;
}
#bottle {
  float: left;
  display: inline;
  width: 680px;
}
    
#content p {
    line-height: 1.5em;
}

#column-left {
    clear: both;    
    float: left;
    display: inline;
    width: 680px;
    padding: 20px 10px;
    margin: 0 10px 0 15px;
    overflow: hidden;
}

#column-right {
    float: left;
    display: inline;
    width: 210px;
    padding: 20px 0;
    margin: 0 0 0 10px;
}



#column-left #headlines {
    width: 680px;
}
.home #column-left #headlines {
    margin: 0 -20px 0 -10px;
    width: 710px;  
}
#column-left #headlines ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#column-left #headlines ul li { 
    position: relative;
    float: left;
    display: inline;    
    width: 558px;
    height: 97px;
    margin: 0 15px 15px 0;
    padding: 10px 10px 10px 110px;
    list-style: none;
    border: 1px solid #a79456;
    background: url(../img/newsitem-bg.gif) repeat-x 0 0;
    font-size: .916em;
    overflow: hidden;
}
.home #column-left #headlines ul li {
  width: 216px;
}
#headlines ul li h3 {
  margin: 0;
  height: 2.4em;
  overflow: hidden;
}
#headlines ul li h3 a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#headlines ul li .date {
    color: #a79456;    
    font-size: .909em;
}
#headlines .image {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 84px;
    height: 84px;
    border: 3px solid #a79456;
    overflow: hidden;
}

#headlines ul li a.more {
    position: absolute;
    right: 8px;
    bottom: 8px;
    clear: both;
    float: right;
    display: inline;
    padding: 2px 4px;
    background: #3f4d54;
    color: #fff;
    text-decoration: none;
    border-top: 1px solid #a1a6a9;
}
#headlines .hlcol {
    float: left;
    width: 353px;
}


#gallery {
  width: 782px;
  height: 330px;
  margin: 0 0 10px -2px;
  background: url(../img/gallery-bg.jpg) no-repeat 0 0;
}
#gallery-photo {
  float: left;
  display: inline;
  padding: 15px;
  width: 478px;
  height: 300px;
}
#gallery-list {
  float: left;
  display: inline;
  padding: 10px;
  margin: 0;
  width: 157px;
  height: 311px;
  overflow: hidden;
}

#gallery-list-wrap {
  position: relative;
  margin: 0 auto;
  width: 117px;
  height: 275px;
  overflow: hidden;
}
#column-left #gallery-list-wrap ul {
  position: absolute;
  margin: 0;
  list-style: none;
  padding: 0;
}

#column-left #gallery-list ul li {
  display: block;
  padding: 0;
  margin: 0 0 0 0;
  width: 117px;
  height: 91px;
}

#gallery-list ul li a {
  display: block;
  padding: 2px;
  border: 1px solid #fff;
  width: 111px;
  height: 85px;
}
#gallery-list ul li a:hover,
#gallery-list ul li a.active {
  border-color: #B92E16;
}



#column-left #thumbgallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#column-left #thumbgallery ul li { 
    float: left;
    display: inline; 
    margin: 0 10px 10px 0;   
    padding: 4px;
    border: 1px solid #a79456;
}
#column-left #thumbgallery ul li a {
    float: left;
    display: inline;
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: 0;
}



a.previous {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto 3px auto;
  background: url(../img/button-bg-up.gif) no-repeat 100% 0;
  color: #7a7a7a;
  text-decoration: none;
  text-indent: -999em;
}
a.previous:hover {
  color: #b92e16;
  background-position: 100% -184px;
}


a.next {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background: url(../img/button-bg-down.gif) no-repeat 100% 0;
  color: #7a7a7a;
  text-decoration: none;
  text-indent: -999em;
}
a.next:hover {
  color: #b92e16;
  background-position: 100% -184px;
}





.sign {
  width: 215px;
  height: 155px;
}
.sign a {
  float: left;
  display: inline;
  padding: 30px 30px 0 25px;
  color: #660000;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
   line-height: 18px;
}
.sign a .s {
  font-size: .833em;
}
.sign a .w {
  color: #fff;
}
#sign-people {
    background: url(../img/banner-people.png) no-repeat 0 0;
}
#sign-people.onhover,
#sign-people:hover {
    background: url(../img/banner-people-active.png) no-repeat 0 0;
}
#sign-tour {
  background: url(../img/banner-tour.png) no-repeat 0 0;
}
#sign-tour.onhover,
#sign-tour:hover {
  background: url(../img/banner-tour-active.png) no-repeat 0 0;
}

.signbtn {
    width: 210px;
    height: 80px;
    background: url(../img/banner-btn-active.png) no-repeat 0 0;
}
.signbtn.onhover,
.signbtn:hover {
    background: url(../img/banner-btn.png) no-repeat 0 0;
}
.signbtn a {
    float: left;
    display: inline;
    width: 200px;
    padding: 10px 5px;
    color: #fff;
    font-size: .833em;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}




#column-left ul {
  margin: 0 0 1em 1em;
}
#column-left ul li ul {
  margin: 0 0 0 1em;
}
#column-left ul li {
  list-style: disc;
  margin: 0 0 0 1em;
}
#column-left li,
#column-left td,
#column-left p {
  line-height: 1.4em;
}
#column-left #searchresults ul li {
    margin-bottom: 1em;
}
#column-left #searchresults h3 a {
    font-weight: bold;
    text-decoration: none;
    font-size: 1.167em;
}



#footer-wrapper {
  clear: both;
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  width: 978px;
}
#footer {
  float: left;
  display: inline;
  width: 978px;
  margin: 0;
  padding: 0;
}

#footerhead {
   float: left;
   display: inline;
   width: 978px;
   height: 224px;
   padding: 0;
  background: url(../img/footerhead-bg.png) no-repeat 0 0;
}
#footerbody-wrapper {
   float: left;
   display: inline;
   width: 978px;
   background: url(../img/footerbody-bg.png) repeat-y 0 0;
  z-index: 501;
}
#footerbody {
   float: left;
   display: inline;
   width: 958px;
   margin: -220px 10px 0 10px;
   padding: 0 0 10px 0;
   position: relative;
   z-index: 502;
}
#footerbottom {
   float: left;
   display: inline;
   width: 978px;
   height: 111px;
   padding: .6em 0 1em 0;
  background: url(../img/footerbottom-bg.png) no-repeat 0 0;
}
#footerbottom .caption {
  display: block;
  width: 978px;
  text-align: center;
  color: #000;
  font-size: .833em;
  height: 15px;
  line-height: 15px;
}
#partners {
    float: left;
    display: inline;
    width: 600px;
    margin: 5px 0 0 200px;
}
#partners div {
    float: left;
    display: inline;
    width: 120px;
    height: 100px;
    margin: 0 1em 0 0;
}
#partners #opzuid {
    background: url(../img/partners/opzuid.png) no-repeat 0 0;
}
#partners #eu {
    background: url(../img/partners/eu.png) no-repeat 0 0;
}
#partners div#noordbrabant {
    width: 145px;
    background: url(../img/partners/noordbrabant.png) no-repeat 0 0;
}
#partners #noordbrabant a {
  padding-top: 34px;
}
#partners div#shertogenbosch {
    width: 150px;
    background: url(../img/partners/shertogenbosch.png) no-repeat 0 0;
}
#partners #shertogenbosch a {
    width: 150px;
}
#partners a {
    float: left;
    display: inline;  
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: .916em;
  width: 120px;
  padding: 50px 0 0 0;
  text-align: center;
}


#footer-links li.last {
    border: 0;
}
#footer-links li a {
    color: #fff;
    text-decoration: none;
}
#footer-links li a:hover {
    text-decoration: underline;
}
#footer-links {
    padding: 1em 0;
}
#footer-links ul {
    text-align: center;
}
#footer-links li {
    display: inline;
    border-right: 1px solid #fff;
    padding-right: .5em;
    margin-right: .3em;
    font-size: .916em;
    line-height: 1.2em;
}

#footer-menu {
  padding: 0 50px;
}
#footer-menu dl {
  float: left;
  display: inline;
  height: auto !important;
  line-height: 1.6em;
  min-height: 10em;
  padding: 0 0 1em 0;
  width: 170px;
}

#footer-menu dt, 
#footer-menu dd {
  padding-right: 10px;
}

#footer-menu dt {
  font-size: 0.710em;  
}
#footer-menu dt, 
#footer-menu dt a {
  color: #5d5435;
  font-family: Verdana, Arial, Sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#footer-menu dd a {
  color: #898989;
  font-size: 0.916em;
  text-decoration: none;
}

#footer-menu dd a:hover {
  color: #fff;
}

#footer-text {
    margin-top: 1em;
    color: #fff;
}
#footer-text p {
    margin: 0 0 .2em 0;
    font-size: 1em;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 25px;
}
#footer-text p em {
    display: inline-block;
    font-style: normal;
    padding: 0 0 0 23px;
    background: url(../img/star.gif) no-repeat 0 2px;
}
#footer-text p a {
    color: #004085; 
}
#footer-text a.libema {
    display: inline-block;
    width: 71px;
    height: 24px;
    background: url(../img/libema.gif) no-repeat 0 50%;
    text-indent: -999em;
}
#footer-text ul {
    font-size: .916em;
    text-align: center;
}
#footer-text li {
    display: inline;
    border-right: 1px solid #fff;
    padding-right: .5em;
    margin-right: .3em;
    line-height: 1em;
    height: 1em;
}
#footer-text li.last {
    border: 0;
}



#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}    
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;    
}            
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;    
}


