#int {
  background: url("graphics/stripe.png");
  margin: 1em auto 1em auto;
  max-width: 588px;
  border: 1px solid #e3e3e3; }
  #int .int_desc {
    line-height: 1.4;
    margin: 0; }
  #int .int_head {
    margin: 0;
    font-size: 2.5em;
    font-family: 'sl-TitlingGothicFBCondensed'; }
  #int .poster_outer {
    background: url("graphics/ajax-loader.gif") center no-repeat;
    width: 506px;
    height: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden; }
  #int .poster_wrapper {
    background-color: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin-bottom: 1em;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #int .layer_img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none; }
  #int .poster_title {
    position: absolute;
    text-align: center;
    font-size: 1.7em; }
  #int .int_top {
    background-color: white;
    border-bottom: 1px solid #c7c7c7;
    padding: 1em;
    margin: 0 0 1em 0; }
  #int .btn_generate_wrapper {
    text-align: center;
    margin: 1.5em 0 1em 0; }
  #int .btn_generate {
    border: 1px solid #c7c7c7;
    padding: 0.5em 1em;
    text-transform: uppercase;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #a01b1b;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #int .btn_generate:hover {
      background-color: #ffffdd; }
    #int .btn_generate:active {
      position: relative;
      top: 1px; }
  #int .synopsis {
    margin: 1em;
    border-bottom: 1px soild #e3e3e3;
    line-height: 1.4; }
  #int .share_wrapper {
    text-align: center;
    margin: 1em; }

.intSharing_btn_share {
  padding: 5px;
  border: 1px solid #c7c7c7;
  display: inline-block;
  margin-right: 10px;
  height: 25px;
  cursor: pointer;
  line-height: 25px;
  background-color: white; }
  .intSharing_btn_share:hover {
    position: relative;
    top: 1px; }
  .intSharing_btn_share:active {
    position: relative;
    top: 2px; }
  .intSharing_btn_share:last-child {
    margin-right: 0px; }
  .intSharing_btn_share .share_icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px; }
    .intSharing_btn_share .share_icon :hover {
      position: relative;
      top: 1px; }
    .intSharing_btn_share .share_icon :active {
      position: relative;
      top: 2px; }
  .intSharing_btn_share .share_label {
    display: inline-block; }

.intSharing_fb_share .share_icon {
  background: url(lib/intSharing/graphics/fb_icon.png); }

.intSharing_tw_share .share_icon {
  background: url(lib/intSharing/graphics/twitter_icon.png); }

.intSharing_email_share .share_icon {
  background: url(lib/intSharing/graphics/email.jpg); }
