
h1 { 
   display: inline !important;  
   font-weight: bold; 
   color: #000000; 
   font-style: normal;
   font-size: 12px;
   padding: 0;
}

div.clickers { 
   font-family: Georgia, "Times New Roman", Times, serif; 
   color: #999900; 
   text-align: center; 
   padding: 1px 5px;
   font-weight: bold;
   font-size: 16px;
   font-style: italic;
}

#rotating-item-wrapper {
    position: relative;
    width: 176px;
    height: 125px;
    z-index: 1;
    cursor: hand; 
    cursor: pointer;
}

.rotating-item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto;
}

#rotating-item11,
#rotating-item12 {
   left: 10px;
}

#rotating-item12,
#rotating-item13 {
    display: none; 
}

 .bookPopupDialogOverlay  {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            margin: 0;
            padding: 0;
            background: #000000;
            opacity: .20;
            filter: alpha(opacity=20);
            -moz-opacity: .20;
            z-index: 101;
            display: none;
 }

        .bookPopupDialog  {
            display: none;
            position: fixed;
            width: 500px;
            height: 420px;
            top: 50%;
            left: 50%;
            margin-left: -250px;
            margin-top: -210px; 
            font-size: 13px; 
            background-color: #F3F0DA;
            border: 4px solid #9B4950;
            padding: 0px 13px 10px 13px;
            z-index: 102; 
        }

        .bookPopupDialog  p {
            text-align: left;
            margin: 8px 0px 0px 0px;
        }

td.book-popup-banner {
      text-align: right;
      background-color: #D8C870;
      width: 100%;
      padding: 0px 8px 0px 0px;
      height: 22px;
}

.bookpopupsfooter  {
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  background-color: #D8C870;
}


.bookhighlights  {
   text-align: center;
}

.bookhighlights a { display: block; } 

.bookhighlights a:link, .bookhighlights a:visited {
    padding: 0 10px 0 10px;
    border: #F4F0DB solid 2px; 
    text-decoration: none;
}

.bookhighlights a:hover, .bookhighlights a:active {
     padding: 0 10px 0 10px;
     border: #C19D6B solid 2px; 
     background-color: #E6DDAA;
}