.struct-flipbook nav {
  height: 26px;
  text-align: center; 
}

.struct-flipbook nav ul {
  padding: 0;
  border-radius: 6px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 
}

.struct-flipbook nav li {
    float: left;
    bborder-left: 1px solid #d2d2d2; 
}

.struct-flipbook nav li:first-child {
  border-left: 0; 
}

.struct-flipbook nav li:first-child a {
  border-radius: 6px 0 0 6px; 
}

.struct-flipbook nav li:last-child a {
  border-radius: 0 6px 6px 0; 
}

.struct-flipbook nav a {
  position: relative;
  display: block;
  padding: 0 14px;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  color: rgb(221, 221, 221);
  height: 26px;
  line-height: 26px;
  text-shadow: 0 1px #fff;
  background: #fafafa;
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -ms-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: linear-gradient(top, #fcfcfc, #f0f0f0);

  background-color: #2C2C2C;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  
  /*-webkit-box-shadow: inset 1px 1px #fafafa, inset -1px -1px #fafafa;
  -moz-box-shadow: inset 1px 1px #fafafa, inset -1px -1px #fafafa;
  -ms-box-shadow: inset 1px 1px #fafafa, inset -1px -1px #fafafa;
  -o-box-shadow: inset 1px 1px #fafafa, inset -1px -1px #fafafa;
  box-shadow: inset 1px 1px #fafafa, inset -1px -1px #fafafa; }*/
}

.struct-flipbook nav a:hover {
  color: #333;
  color: rgb(221, 221, 221); /* FIXME */
  z-index: 10;
  text-decoration: none;
  /*
  /-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), inset 1px 1px #fafafa, inset -1px -1px #fafafa;
  /-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), inset 1px 1px #fafafa, inset -1px -1px #fafafa;
  /-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), inset 1px 1px #fafafa, inset -1px -1px #fafafa;
  /-o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), inset 1px 1px #fafafa, inset -1px -1px #fafafa;
  /box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), inset 1px 1px #fafafa, inset -1px -1px #fafafa; 
  */
}

.struct-flipbook nav li.active a, 
.struct-flipbook nav a:active, 
.struct-flipbook nav a:visited {
  color: #333;
  color: rgb(221, 221, 221);
  bbackground: #fff;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1); 
}
 

/*
 * @name wowBook
 * @desc style for wowBook plugin for jQuery
 *
 * @author Marcio Aguiar
 * @version 1.0
 *
 * Date: Wed Dec 8 10:05:49 2010 -0200
 */

.wowbook {
  position : relative;
  zoom: 1;
}
.wowbook-page {
  zoom: 1;
}

.wowbook-page-content {
  position : absolute;
  overflow : hidden;
  zoom: 1;
}

/* marker class */
.wowbook-left{}
.wowbook-right{}
.wowbook-disabled{}

.wowbook-handle {
  cursor   : pointer;
  height   : 100%;
  position : absolute;
  top      : 0;
  width    : 50px;
  z-index  : 10000;
  /* without this Chrome will mess the zindex of hardcover when it flips, making
     the cover to jump when the "curl page corner on hover" is enabled */
  -webkit-transform: translate3d(0px, 0px, 10000px);
}

.wowbook-handle.wowbook-disabled {
  display : none;
}

/* shadows */
.wowbook-shadow-clipper {
  position : absolute;
  overflow : hidden;
  z-index : 999; /* 1 a menos do que o verso da pagina sendo foldada */
  zoom: 1;
}

.wowbook-shadow-container {
  display  : none;
  position : absolute;
  z-index  : 999; /* 1 a menos do que o verso da pagina sendo foldada */
  zoom: 1;
}

.wowbook-shadow-internal {
  background : url(../images/wow_book/shadow_internal_fold.png) repeat-y;
  height     : 500px;
  width      : 200px;
  position   : absolute;
  zoom: 1;
}

.wowbook-shadow-fold {
  background : url(../images/wow_book/shadow_fold.png) right top repeat-y;
  height     : 500px;
  width      : 100px;
  position   : absolute;
  zoom       : 1;
}

.wowbook-shadow-fold-flipped  {
  background-image : url(../images/wow_book/shadow_fold_flip_h.png);
}

.wowbook-fold-gradient {
  background : url(../images/wow_book/fold_gradient.png) right top repeat-y;
  height : 500px;
  width : 125px;
  position : absolute;
  top : 0;
  zoom: 1;
}

.wowbook-fold-gradient-flipped {
  background-image : url(../images/wow_book/fold_gradient_flip_h.png);
}

.wowbook-fold-gradient-container {
  position : absolute;
  z-index  : 1001; /* 1 a mais que o verso da pagina sendo foldada */
}

.wowbook-gutter-shadow {
  height     : 100%;
  width      : 40px;
  position   : absolute;
  top        : 0;
}

.wowbook-left .wowbook-gutter-shadow {
  background : url(../images/wow_book/gutter_shadow_left.png) right top repeat-y;
  right      : 0;
  width      : 70px;
}

.wowbook-right .wowbook-gutter-shadow {
  background : url(../images/wow_book/gutter_shadow_right.png) right top repeat-y;
  left       : 0;
}

.wowbook-hard-page-shadow {
  background : #888;
  position   : absolute;
  top        : 0;
  z-index    : 999; /* 1 a menos do que o verso da pagina sendo foldada */
}

.wowbook-page-number {
  bottom   : 0;
  padding-bottom: 0.3em;
  position : absolute;
}

.wowbook-left .wowbook-page-number {
  left : 0;
  padding-left: 0.5em;
}

.wowbook-right .wowbook-page-number {
  right : 0;
  padding-right: 0.5em;
}

.wowbook-book-shadow{
  -moz-box-shadow: 0 0 14px #666;
  -ms-box-shadow: 0 0 14px #666;
  -webkit-box-shadow: 0 0 14px #666;
  -o-box-shadow: 0 0 14px #666;
  box-shadow: 0 0 14px #666;
}

.wowbook-page-holded {
}
.wowbook-page-holded object {
  /* visibility: hidden; */
}



.wowbook {
  color: #333;
}
.wowbook-page-content {
  background: white;
}
.wowbook-left .wowbook-gutter-shadow {
  background-image: url('../images/page_left_background.png');
  opacity: 0.5;
  width: 60px;
}
.wowbook-right .wowbook-gutter-shadow {
  background-image: url('../images/page_right_background.png');
  background-position: 0 0;
  width: 75px;
}

.struct-flipbook nav {
  height: 46px;
  position: relative;
  z-index: 2147483647;
  zoom: 1;
}
.struct-flipbook nav li {
  width: 48px;
}
.struct-flipbook nav a {
  display: block;
  height: 46px;
  width: 48px;
  padding: 0;
  background: #000000 no-repeat;
  background-position: 8px 7px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.struct-flipbook nav #zoomin {
  background-image: url(../images/icons/zoom_in.png);
}
.struct-flipbook nav #zoomout {
  background-image: url(../images/icons/zoom_out.png);
}
.struct-flipbook nav #first {
  background-image: url(../images/icons/arrow_double_left.png);
}
.struct-flipbook nav #last {
  background-image: url(../images/icons/arrow_double_right.png);
}
.struct-flipbook nav #next {
  background-image: url(../images/icons/arrow_right.png);
}
.struct-flipbook nav #back {
  background-image: url(../images/icons/arrow_left.png);
}
.struct-flipbook nav #slideshow {
  background-image: url(../images/icons/slideshow_play.png);
}
.struct-flipbook nav #slideshow.wowbook-disabled {
  background-image: url(../images/icons/slideshow_pause.png);
}
.struct-flipbook nav #flipsound {
  background-image: url(../images/icons/sound_on.png);
}
.struct-flipbook nav #flipsound.wowbook-disabled {
  background-image: url(../images/icons/sound_off.png);
}
.struct-flipbook nav a:hover {
  background-color: #2C2C2C;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
}
.struct-flipbook nav a:active,
.struct-flipbook nav a:hover,
.struct-flipbook nav a {
  outline: none;
}

#click_to_open {
  position: absolute;
  left: 80px;
  top: 190px;
}
.js #features {
  margin-left: -12000px;
}
#features {
  margin: auto;
}

.feature img {
  margin: 0 auto;
  text-align: center;
}

.wowbook-page-number {
  font-weight: bold;
  text-align: center;
  padding: 0 5px;
}