/* line 4, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* line 12, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* line 16, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }
  /* line 42, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
  blockquote:before, q:before,
  blockquote:after, q:after {
    content: ""; }

/* line 18, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 20, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

/* line 22, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
a img {
  border: none; }

/* line 22, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
body.bp {
  line-height: 1.5;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%; }
  /* line 53, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp h1 {
    font-weight: normal;
    color: #222222;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em; }
    /* line 58, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
    body.bp h1 img {
      margin: 0; }
  /* line 60, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp h2 {
    font-weight: normal;
    color: #222222;
    font-size: 2em;
    margin-bottom: 0.75em; }
  /* line 64, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp h3 {
    font-weight: normal;
    color: #222222;
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em; }
  /* line 69, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp h4 {
    font-weight: normal;
    color: #222222;
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em; }
  /* line 74, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp h5 {
    font-weight: normal;
    color: #222222;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em; }
  /* line 79, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp h6 {
    font-weight: normal;
    color: #222222;
    font-size: 1em;
    font-weight: bold; }
  /* line 83, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp h2 img, body.bp h3 img, body.bp h4 img, body.bp h5 img, body.bp h6 img {
    margin: 0; }
  /* line 85, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp p {
    margin: 0 0 1.5em; }
    /* line 87, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
    body.bp p img.left {
      display: inline;
      float: left;
      margin: 1.5em 1.5em 1.5em 0;
      padding: 0; }
    /* line 91, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
    body.bp p img.right {
      display: inline;
      float: right;
      margin: 1.5em 0 1.5em 1.5em;
      padding: 0; }
  /* line 95, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp a {
    text-decoration: underline;
    color: #000099; }
    /* line 12, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.bp a:visited {
      color: #000066; }
    /* line 15, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.bp a:focus {
      color: black; }
    /* line 18, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.bp a:hover {
      color: black; }
    /* line 21, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.bp a:active {
      color: #cc0099; }
  /* line 98, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic; }
  /* line 102, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp strong {
    font-weight: bold; }
  /* line 104, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp em {
    font-style: italic; }
  /* line 106, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp dfn {
    font-style: italic;
    font-weight: bold; }
  /* line 109, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp sup, body.bp sub {
    line-height: 0; }
  /* line 111, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp abbr, body.bp acronym {
    border-bottom: 1px dotted #666; }
  /* line 113, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp address {
    margin: 0 0 1.5em;
    font-style: italic; }
  /* line 116, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp del {
    color: #666; }
  /* line 118, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp pre {
    margin: 1.5em 0;
    white-space: pre; }
  /* line 121, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp pre, body.bp code, body.bp tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5; }
  /* line 123, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp li ul, body.bp li ol {
    margin: 0 1.5em; }
  /* line 125, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp ul {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: disc; }
  /* line 128, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp ol {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: decimal; }
  /* line 131, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp dl {
    margin: 0 0 1.5em 0; }
    /* line 133, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
    body.bp dl dt {
      font-weight: bold; }
  /* line 135, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp dd {
    margin-left: 1.5em; }
  /* line 137, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp table {
    margin-bottom: 1.4em;
    width: 100%; }
  /* line 140, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp th {
    font-weight: bold; }
  /* line 142, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp thead th {
    background: #c3d9ff; }
  /* line 144, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp th, body.bp td, body.bp caption {
    padding: 4px 10px 4px 5px; }
  /* line 146, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp tr.even td {
    background: #e5ecf9; }
  /* line 148, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp tfoot {
    font-style: italic; }
  /* line 150, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp caption {
    background: #eee; }
  /* line 152, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp .quiet {
    color: #666666; }
  /* line 154, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp .loud {
    color: #111111; }

/* line 36, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass */
body.bp .box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #E5ECF9; }
/* line 39, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass */
body.bp div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eeeeee; }
/* line 42, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass */
body.bp div.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eeeeee; }
/* line 44, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass */
body.bp hr {
  background: #dddddd;
  color: #dddddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none; }
/* line 46, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass */
body.bp hr.space {
  background: #dddddd;
  color: #dddddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none;
  background: #fff;
  color: #fff; }

/* line 9, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body.bp .clear {
  clear: both; }
/* line 12, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body.bp .nowrap {
  white-space: nowrap; }
/* line 16, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body.bp .clearfix {
  overflow: hidden;
  display: inline-block; }
  /* line 5, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  body.bp .clearfix {
    display: block; }
/* line 18, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body.bp .small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }
/* line 22, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body.bp .large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em; }
/* line 26, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body.bp .first {
  margin-left: 0;
  padding-left: 0; }
/* line 29, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body.bp .last {
  margin-right: 0;
  padding-right: 0; }
/* line 32, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body.bp .top {
  margin-top: 0;
  padding-top: 0; }
/* line 35, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
body.bp .bottom {
  margin-bottom: 0;
  padding-bottom: 0; }
/* line 7, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass */
body.bp .showgrid {
  background: url('/images/grid.png?1268382620'); }
/* line 5, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
body.bp .error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }
  /* line 30, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .error a {
    color: #8a1f11; }
/* line 7, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
body.bp .notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }
  /* line 38, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .notice a {
    color: #514721; }
/* line 9, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
body.bp .success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }
  /* line 46, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .success a {
    color: #264409; }
/* line 11, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
body.bp .hide {
  display: none; }
/* line 13, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
body.bp .highlight {
  background: yellow; }
/* line 15, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
body.bp .added {
  background: #006600;
  color: white; }
/* line 17, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
body.bp .removed {
  background: #990000;
  color: white; }

/* line 15, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp label {
  font-weight: bold; }
/* line 17, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0; }
/* line 20, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp legend {
  font-weight: bold;
  font-size: 1.2em; }
/* line 24, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp input.text, form.bp input.title, form.bp input[type=text] {
  margin: 0.5em 0;
  background-color: #fff;
  padding: 5px; }
/* line 28, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp input.title {
  font-size: 1.5em; }
/* line 30, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp input[type=checkbox], form.bp input.checkbox,
form.bp input[type=radio], form.bp input.radio {
  position: relative;
  top: 0.25em; }
/* line 34, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp textarea {
  margin: 0.5em 0;
  padding: 5px; }
/* line 37, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp select {
  margin: 0.5em 0; }
/* line 48, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp fieldset {
  border: 1px solid #cccccc; }
/* line 50, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp input.text, form.bp input.title,
form.bp textarea,
form.bp select {
  border: 1px solid #bbbbbb; }
  /* line 54, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
  form.bp input.text:focus, form.bp input.title:focus,
  form.bp textarea:focus,
  form.bp select:focus {
    border: 1px solid #666666; }
/* line 41, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp input.text, form.bp input.title {
  width: 300px; }
/* line 43, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp textarea {
  width: 390px;
  height: 250px; }

/* line 27, ../../../app/stylesheets/screen.sass */
body.three-col #container {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block; }
  /* line 5, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
  body.three-col #container {
    display: block; }
/* line 29, ../../../app/stylesheets/screen.sass */
body.three-col #header, body.three-col #footer {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 950px; }
  /* line 101, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
  * html body.three-col #header, * html body.three-col #footer {
    overflow-x: hidden; }
/* line 31, ../../../app/stylesheets/screen.sass */
body.three-col #sidebar {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 310px; }
  /* line 101, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
  * html body.three-col #sidebar {
    overflow-x: hidden; }
/* line 35, ../../../app/stylesheets/screen.sass */
body.three-col #content {
  display: inline;
  float: left;
  margin-right: 0;
  width: 630px; }
  /* line 101, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
  * html body.three-col #content {
    overflow-x: hidden; }

/* line 9, ../../../app/stylesheets/partials/slider.sass */
#slider_container {
  background-color: #ffffff;
  width: 710px;
  height: 325px; }

/* slider specific CSS */
/* line 18, ../../../app/stylesheets/partials/slider.sass */
.sliderGallery {
  overflow: hidden;
  position: relative;
  margin: 0px auto;
  height: 320px;
  width: 700px; }
  /* line 25, ../../../app/stylesheets/partials/slider.sass */
  .sliderGallery ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin-top: 5px;
    margin-left: 0px; }
  /* line 34, ../../../app/stylesheets/partials/slider.sass */
  .sliderGallery ul li {
    margin-right: 3px;
    display: inline;
    float: left;
    height: 320px; }

/* line 40, ../../../app/stylesheets/partials/slider.sass */
.slider {
  width: 585px;
  height: 19px;
  margin-top: 300px;
  position: relative; }

/* line 46, ../../../app/stylesheets/partials/slider.sass */
.slider_bg {
  width: 700px;
  height: 19px;
  margin-top: 300px;
  position: relative;
  background: url(/images/page_home/slider/albumviewer_scrollbar.gif) no-repeat; }
  /* line 53, ../../../app/stylesheets/partials/slider.sass */
  .slider_bg span {
    color: #2f2f2f;
    font-size: 80%;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    top: 3px; }

/* line 62, ../../../app/stylesheets/partials/slider.sass */
.handle {
  position: absolute;
  cursor: move;
  width: 20px;
  height: 19px;
  padding: 0px 0px 0px 100px;
  top: 0;
  background: url(/images/page_home/slider/albumviewer_slider.gif) no-repeat;
  background-position: center;
  z-index: 100; }

/* Event Item CSS */
/* line 76, ../../../app/stylesheets/partials/slider.sass */
.eventbox_caption {
  width: 230px;
  background-color: black;
  margin: -90px 0px 0px 0px;
  text-align: left;
  opacity: .9;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  /* For IE 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
  /* line 87, ../../../app/stylesheets/partials/slider.sass */
  .eventbox_caption dl {
    margin: 0px;
    padding: 10px;
    width: 210px;
    white-space: normal;
    height: 66px; }
  /* line 94, ../../../app/stylesheets/partials/slider.sass */
  .eventbox_caption dt {
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-transform: uppercase; }
  /* line 100, ../../../app/stylesheets/partials/slider.sass */
  .eventbox_caption dd {
    font-size: 18px;
    line-height: 15px;
    color: #007db1;
    font-weight: bold;
    text-transform: uppercase; }
  /* line 107, ../../../app/stylesheets/partials/slider.sass */
  .eventbox_caption a {
    border-right: 1px solid;
    border-color: white;
    padding: 0px 10px 0px 0px;
    margin: 0px 10px 0px 0px;
    color: white;
    font-size: 8px;
    text-transform: uppercase;
    text-decoration: none; }
    /* line 117, ../../../app/stylesheets/partials/slider.sass */
    .eventbox_caption a:hover {
      color: #007db1; }
    /* line 120, ../../../app/stylesheets/partials/slider.sass */
    .eventbox_caption a:last-child {
      border-right: none; }

/* line 77, ../../../app/stylesheets/screen.sass */
body {
  font-family: "Helvetica", Arial;
  color: #444444; }
  /* line 81, ../../../app/stylesheets/screen.sass */
  body a {
    color: #3593af; }

/* line 87, ../../../app/stylesheets/screen.sass */
#menu {
  background-image: url(/images/header/header_bg.gif);
  background-repeat: repeat-x;
  height: 128px; }
  /* line 93, ../../../app/stylesheets/screen.sass */
  #menu ul {
    margin: 0px auto;
    width: 952px; }
  /* line 97, ../../../app/stylesheets/screen.sass */
  #menu li {
    width: 95px;
    height: 128px;
    margin: 0px 1px 0px 0px;
    float: left;
    list-style-image: none;
    list-style: none;
    list-style-type: none;
    cursor: pointer; }
  /* line 107, ../../../app/stylesheets/screen.sass */
  #menu li a {
    display: none; }
  /* line 110, ../../../app/stylesheets/screen.sass */
  #menu li.event {
    background-image: url(/images/header/01_button_events.gif); }
  /* line 112, ../../../app/stylesheets/screen.sass */
  #menu li.press {
    background-image: url(/images/header/02_button_press.gif); }
  /* line 114, ../../../app/stylesheets/screen.sass */
  #menu li.vip {
    background-image: url(/images/header/03_button_vip.gif); }
  /* line 116, ../../../app/stylesheets/screen.sass */
  #menu li.photos {
    background-image: url(/images/header/04_button_photos.gif); }
  /* line 118, ../../../app/stylesheets/screen.sass */
  #menu li.video {
    background-image: url(/images/header/05_button_video.gif); }
  /* line 120, ../../../app/stylesheets/screen.sass */
  #menu li.menu {
    background-image: url(/images/header/06_button_menu.gif); }
  /* line 122, ../../../app/stylesheets/screen.sass */
  #menu li.wetlogo {
    background-image: url(/images/header/wetrepublic_logo.gif);
    width: 375px; }

/* line 135, ../../../app/stylesheets/screen.sass */
#container_events {
  background-image: url(/images/backgrounds/daybed_mgm.jpg);
  padding: 10px 0px 10px 0px;
  background-position: center top;
  background-repeat: no-repeat; }
/* line 138, ../../../app/stylesheets/screen.sass */
#container_press {
  background-image: url(/images/backgrounds/lounge_girls.jpg);
  padding: 10px 0px 10px 0px;
  background-position: center top;
  background-repeat: no-repeat; }
/* line 141, ../../../app/stylesheets/screen.sass */
#container_home {
  background-image: url(/images/backgrounds/lounge_girls.jpg);
  padding: 10px 0px 10px 0px;
  background-position: center top;
  background-repeat: no-repeat; }
/* line 144, ../../../app/stylesheets/screen.sass */
#container_menu {
  background-image: url(/images/backgrounds/lounge_girls.jpg);
  padding: 10px 0px 10px 0px;
  background-position: center top;
  background-repeat: no-repeat; }

/* line 152, ../../../app/stylesheets/screen.sass */
#column_container {
  width: 950px;
  margin: 0px auto; }

/* line 156, ../../../app/stylesheets/screen.sass */
#column_large {
  margin: 0px 0px 0px 0px;
  background-color: white;
  opacity: .9;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  /* For IE 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }

/* line 161, ../../../app/stylesheets/screen.sass */
#column_medium {
  width: 710px;
  margin: 0px 5px 0px 0px;
  display: inline;
  float: left;
  background-color: white;
  opacity: .9;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  /* For IE 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }

/* line 169, ../../../app/stylesheets/screen.sass */
#column_small {
  width: 235px;
  margin: 0px 0px 0px 0px;
  float: left;
  background-color: white;
  display: inline;
  opacity: .9;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  /* For IE 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }

/* line 177, ../../../app/stylesheets/screen.sass */
#column_form {
  margin: 0px 0px 0px 0px;
  background-color: white;
  padding: 20px;
  opacity: .9;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  /* For IE 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }

/* line 183, ../../../app/stylesheets/screen.sass */
#form_container {
  width: 510px;
  margin: 0px auto; }

/* line 187, ../../../app/stylesheets/screen.sass */
.clearfix {
  display: inline-block; }
  /* line 190, ../../../app/stylesheets/screen.sass */
  .clearfix:after {
    clear: both;
    display: block;
    content: " ";
    height: 0px;
    visibility: hidden; }

/* line 197, ../../../app/stylesheets/screen.sass */
.clearfix_galleries {
  width: 860px;
  display: inline-block; }

/* line 201, ../../../app/stylesheets/screen.sass */
#column_photos {
  margin: 0px 0px 0px 0px;
  background-color: white;
  padding: 20px;
  width: 860px; }

/* line 207, ../../../app/stylesheets/screen.sass */
#photos_container {
  width: 900px;
  margin: 0px auto; }

/* line 218, ../../../app/stylesheets/screen.sass */
#updates {
  border: 4px solid grey;
  margin: 25px; }

/* line 225, ../../../app/stylesheets/screen.sass */
#footer {
  height: 222px;
  background-image: url(/images/footer/footer_bg.gif);
  background-repeat: repeat-x;
  text-align: center;
  list-style: none; }
  /* line 233, ../../../app/stylesheets/screen.sass */
  #footer #nav-footer {
    margin-left: auto;
    margin-right: auto; }
  /* line 236, ../../../app/stylesheets/screen.sass */
  #footer #legal-footer {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }
    /* line 241, ../../../app/stylesheets/screen.sass */
    #footer #legal-footer a {
      color: #848484; }
  /* line 244, ../../../app/stylesheets/screen.sass */
  #footer img {
    margin-bottom: 15px; }
  /* line 247, ../../../app/stylesheets/screen.sass */
  #footer ul {
    margin: 15px 0px 20px 0px; }
  /* line 250, ../../../app/stylesheets/screen.sass */
  #footer li {
    display: inline;
    padding: 0px 15px;
    border-right: 1px solid;
    border-color: #a5a5a5;
    font-size: 10px;
    text-transform: uppercase; }
    /* line 258, ../../../app/stylesheets/screen.sass */
    #footer li:last-child {
      border: none; }
    /* line 261, ../../../app/stylesheets/screen.sass */
    #footer li a {
      text-decoration: none; }
  /* line 264, ../../../app/stylesheets/screen.sass */
  #footer #copyright {
    font-size: 9px;
    color: #848484;
    text-transform: capitalize; }

/* line 272, ../../../app/stylesheets/screen.sass */
#loopedSlider {
  padding: 5px 0px 0px 5px;
  width: 945px;
  height: 308px;
  position: relative;
  clear: both;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto; }

/* line 282, ../../../app/stylesheets/screen.sass */
.container {
  width: 940px;
  height: 279px;
  overflow: hidden;
  position: relative;
  cursor: pointer; }

/* line 289, ../../../app/stylesheets/screen.sass */
div.slides {
  position: absolute;
  top: 0;
  left: 0; }

/* line 294, ../../../app/stylesheets/screen.sass */
ul.slides {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0; }

/* line 302, ../../../app/stylesheets/screen.sass */
div.slides > div, ul.slides li {
  position: absolute;
  top: 0;
  width: 940px;
  display: none;
  padding: 0;
  margin: 0; }

/* line 310, ../../../app/stylesheets/screen.sass */
ul.pagination {
  list-style-type: none;
  padding: 0;
  margin: 8px auto;
  width: 165px; }
  /* line 317, ../../../app/stylesheets/screen.sass */
  ul.pagination li {
    float: left;
    margin: 0 5px; }
  /* line 321, ../../../app/stylesheets/screen.sass */
  ul.pagination a {
    display: block;
    width: 12px;
    padding-top: 12px;
    height: 0;
    overflow: hidden;
    background-image: url(/images/page_events/eventslider/pagination.gif);
    background-position: 0 0;
    background-repeat: no-repeat; }

/* line 331, ../../../app/stylesheets/screen.sass */
ul.pagination li.active a {
  background-position: 0 -12px; }

/* line 334, ../../../app/stylesheets/screen.sass */
a.previous {
  display: none; }

/* line 337, ../../../app/stylesheets/screen.sass */
a.next {
  display: none; }

/* line 343, ../../../app/stylesheets/screen.sass */
#calendar_main_container {
  width: 950px;
  height: 700px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto; }

/* line 350, ../../../app/stylesheets/screen.sass */
#calendar_container {
  width: 700px;
  height: 611px;
  padding: 0px 0px 0px 2px;
  float: left;
  background-color: white;
  border-color: #888888;
  opacity: .9;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  /* For IE 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }

/* line 359, ../../../app/stylesheets/screen.sass */
#calendar_titlebar {
  height: 70px;
  background-image: url(/images/page_events/calendar/2010calendar_title.gif);
  background-repeat: no-repeat; }

/* line 364, ../../../app/stylesheets/screen.sass */
#calendar_monthindicator_container {
  margin: 35px 3px 0px 0px;
  color: #3593af;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: -1px;
  text-transform: uppercase;
  float: right; }

/* line 373, ../../../app/stylesheets/screen.sass */
#weekdaytitleholder {
  margin: 0px 0px 3px 3px;
  float: left; }

/* line 377, ../../../app/stylesheets/screen.sass */
#datebox {
  height: 96px;
  width: 96px;
  margin: 0px 0px 3px 3px;
  float: left; }
  /* line 383, ../../../app/stylesheets/screen.sass */
  #datebox img {
    margin: 0px 0px 0px 0px;
    z-index: -1; }
  /* line 387, ../../../app/stylesheets/screen.sass */
  #datebox h1 {
    position: relative;
    top: -32px;
    left: 63px;
    z-index: +1;
    width: 30px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
    color: white; }

/* line 401, ../../../app/stylesheets/screen.sass */
#eventdetail_container {
  width: 230px;
  margin: 0px 0px 0px 8px;
  padding: 5px;
  float: left;
  background-color: white;
  border-color: #888888;
  text-align: left; }
  /* line 410, ../../../app/stylesheets/screen.sass */
  #eventdetail_container dl {
    margin: 5px 0px 0px 0px;
    text-align: left; }
  /* line 414, ../../../app/stylesheets/screen.sass */
  #eventdetail_container dt {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left; }
  /* line 420, ../../../app/stylesheets/screen.sass */
  #eventdetail_container dd {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 25px;
    margin: 3px 0px 0px -2px;
    color: #3593af;
    text-align: left; }
  /* line 430, ../../../app/stylesheets/screen.sass */
  #eventdetail_container p {
    margin: 10px 0px 15px 0px;
    font-size: 11px;
    line-height: 140%;
    text-align: left; }

/* line 438, ../../../app/stylesheets/screen.sass */
#press_titlebar {
  margin: 20px 0px 10px 20px;
  text-align: left; }
  /* line 442, ../../../app/stylesheets/screen.sass */
  #press_titlebar img {
    text-align: left; }

/* line 445, ../../../app/stylesheets/screen.sass */
#press_item {
  width: 670;
  background-image: url(/images/page_press/pressitem_whitebg.gif);
  background-repeat: no-repeat;
  margin: 0px 20px 10px 20px;
  list-style-image: none;
  list-style: none;
  list-style-type: none; }
  /* line 454, ../../../app/stylesheets/screen.sass */
  #press_item:last-child {
    margin: 0px 20px 20px 20px; }

/* line 457, ../../../app/stylesheets/screen.sass */
.press_datebox {
  width: 46px;
  padding: 5px;
  float: left;
  white-space: normal; }
  /* line 463, ../../../app/stylesheets/screen.sass */
  .press_datebox dl {
    color: white;
    font-weight: bold;
    text-transform: uppercase; }
  /* line 468, ../../../app/stylesheets/screen.sass */
  .press_datebox dt {
    font-size: 20px; }
  /* line 471, ../../../app/stylesheets/screen.sass */
  .press_datebox dd {
    font-size: 40px;
    line-height: 30px; }

/* line 475, ../../../app/stylesheets/screen.sass */
.press_description {
  width: 504px;
  float: left;
  white-space: normal; }
  /* line 480, ../../../app/stylesheets/screen.sass */
  .press_description dl {
    padding: 10px; }
  /* line 482, ../../../app/stylesheets/screen.sass */
  .press_description dt {
    color: #3593af;
    font-size: 18px;
    font-weight: bold; }
  /* line 486, ../../../app/stylesheets/screen.sass */
  .press_description dd {
    font-size: 11px;
    margin: 5px 0px 5px 0px; }

/* line 490, ../../../app/stylesheets/screen.sass */
.press_pdfbox {
  width: 110px;
  float: left; }
  /* line 494, ../../../app/stylesheets/screen.sass */
  .press_pdfbox img {
    margin: 15px 0px 0px 10px; }

/* line 499, ../../../app/stylesheets/screen.sass */
#updates_container {
  padding: 5px;
  width: 225px; }

/* line 503, ../../../app/stylesheets/screen.sass */
#updates_titlebar {
  height: 41px;
  width: 225px;
  background-image: url(/images/page_home/updates/updates_titlebar.gif);
  background-repeat: no-repeat;
  text-align: right; }

/* line 510, ../../../app/stylesheets/screen.sass */
.element.stlye {
  overflow-y: visible;
  overflow-x: visible; }

/* line 516, ../../../app/stylesheets/screen.sass */
#updates-list li {
  border-bottom: 1px solid;
  border-color: #bebebe;
  font-size: 11px;
  height: 160px;
  margin: 20px 5px;
  overflow-y: none;
  overflow-x: none;
  text-align: left; }
/* line 526, ../../../app/stylesheets/screen.sass */
#updates-list dt img {
  margin: 0px 10px 0px 0px;
  text-align: left; }
/* line 530, ../../../app/stylesheets/screen.sass */
#updates-list dd {
  margin: 5px 0px 10px 0px;
  text-align: left; }

/* line 537, ../../../app/stylesheets/screen.sass */
#homepage_left {
  width: 700px;
  float: left; }

/* line 541, ../../../app/stylesheets/screen.sass */
#homepage_right {
  width: 235px;
  float: left;
  display: inline;
  margin: 0px 0px 0px 15px; }

/* line 547, ../../../app/stylesheets/screen.sass */
#quicklinks_container {
  width: 700px;
  margin: 5px 5px 0px 0px;
  padding: 5px 5px 0px 5px;
  float: left;
  background-color: white;
  opacity: .9;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  /* For IE 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }

/* line 556, ../../../app/stylesheets/screen.sass */
#connect_container img {
  margin: 0px 0px 5px 0px;
  float: left; }

/* line 563, ../../../app/stylesheets/screen.sass */
#menu_container {
  width: 670px;
  margin-bottom: 20px;
  background-image: url(/images/page_menu/menu_bg.gif);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto; }

/* line 570, ../../../app/stylesheets/screen.sass */
#menu_subnav {
  width: 175px;
  float: left; }
  /* line 574, ../../../app/stylesheets/screen.sass */
  #menu_subnav ul {
    margin: 10px 20px 0px 0px;
    text-align: right; }
  /* line 578, ../../../app/stylesheets/screen.sass */
  #menu_subnav li, #menu_subnav a {
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0px;
    list-style-image: none;
    list-style: none;
    list-style-type: none; }

/* line 588, ../../../app/stylesheets/screen.sass */
#menu_content {
  width: 470px;
  margin: 0px 0px 0px 20px;
  float: left;
  color: #444444;
  font-size: 12px;
  text-align: left; }
  /* line 596, ../../../app/stylesheets/screen.sass */
  #menu_content ul {
    text-align: left; }
  /* line 599, ../../../app/stylesheets/screen.sass */
  #menu_content li {
    list-style-image: none;
    list-style: none;
    list-style-type: none;
    text-align: left; }
  /* line 605, ../../../app/stylesheets/screen.sass */
  #menu_content h1 {
    margin: 0px 0px 0px 0px;
    color: #3593af;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -1px;
    text-align: left; }
  /* line 613, ../../../app/stylesheets/screen.sass */
  #menu_content h2 {
    color: #3593af;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -1px;
    margin: 20px 0px 0px 0px;
    text-align: left; }

/* line 621, ../../../app/stylesheets/screen.sass */
.menu_item {
  height: 18px;
  width: 230px;
  text-align: left; }

/* line 626, ../../../app/stylesheets/screen.sass */
.menu_cocktails {
  margin: 20px 0px 0px 0px;
  text-align: left; }
  /* line 630, ../../../app/stylesheets/screen.sass */
  .menu_cocktails dt {
    color: #3593af;
    font-weight: bold;
    font-size: 15px;
    text-align: left; }
  /* line 635, ../../../app/stylesheets/screen.sass */
  .menu_cocktails p {
    margin: 5px 0px 0px 0px;
    color: #3593af;
    font-weight: bold;
    text-align: left; }

/* line 641, ../../../app/stylesheets/screen.sass */
.title_price {
  margin: 5px 0px 0px 0px;
  color: #444444;
  font-weight: bold;
  font-size: 15px;
  text-align: left; }

/* line 648, ../../../app/stylesheets/screen.sass */
.munchie_item {
  width: 320px;
  padding: 0px 20px 0px 0px;
  text-align: left; }
  /* line 653, ../../../app/stylesheets/screen.sass */
  .munchie_item dl {
    margin: 20px 0px 0px 0px;
    text-align: left; }
  /* line 657, ../../../app/stylesheets/screen.sass */
  .munchie_item dt {
    color: #3593af;
    font-weight: bold;
    font-size: 15px;
    text-align: left; }

/* line 666, ../../../app/stylesheets/screen.sass */
#vip_container {
  width: 675px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto; }

/* line 672, ../../../app/stylesheets/screen.sass */
#vip_subnav {
  margin: 0px; }
  /* line 675, ../../../app/stylesheets/screen.sass */
  #vip_subnav ul {
    margin: 0px 0px 0px 0px; }
  /* line 678, ../../../app/stylesheets/screen.sass */
  #vip_subnav li, #vip_subnav a {
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    list-style-image: none;
    list-style: none;
    list-style-type: none; }

/* line 688, ../../../app/stylesheets/screen.sass */
#vip_content {
  padding: 0px 10px; }
  /* line 691, ../../../app/stylesheets/screen.sass */
  #vip_content li {
    list-style-image: none;
    list-style: none;
    list-style-type: none; }

/* line 696, ../../../app/stylesheets/screen.sass */
.vip_image {
  width: 324px;
  float: left;
  margin: 0px 0px 20px 0px;
  text-align: left; }

/* line 702, ../../../app/stylesheets/screen.sass */
.vip_info {
  width: 306px;
  float: left;
  margin: 10px 0px 0px 20px;
  text-align: left; }
  /* line 708, ../../../app/stylesheets/screen.sass */
  .vip_info h1 {
    margin: 0px 0px 0px 0px;
    color: #3593af;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: -1px;
    text-align: left; }
  /* line 715, ../../../app/stylesheets/screen.sass */
  .vip_info p {
    font-size: 12px;
    margin-top: 10px;
    text-align: left; }
  /* line 720, ../../../app/stylesheets/screen.sass */
  .vip_info img {
    margin: 20px 0px 20px 0px;
    text-align: left; }

/* line 726, ../../../app/stylesheets/screen.sass */
.norm_grey {
  font-size: 12px; }

/* line 732, ../../../app/stylesheets/screen.sass */
#gallery_center {
  width: 790px;
  margin: 0px auto; }

/* line 736, ../../../app/stylesheets/screen.sass */
.album_thumbnail {
  width: 90px;
  height: 133px;
  overflow: hidden; }

/* line 741, ../../../app/stylesheets/screen.sass */
.thumbnail_container {
  width: 90px;
  height: 180px;
  float: left;
  margin: 15px 50px 10px 0px; }

/* line 749, ../../../app/stylesheets/screen.sass */
.album_info a {
  text-decoration: none; }
/* line 754, ../../../app/stylesheets/screen.sass */
.album_info dt {
  color: #3593af;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 10px;
  margin: 5px 0px 0px 0px; }
/* line 763, ../../../app/stylesheets/screen.sass */
.album_info dd {
  font-size: 10px;
  color: #444444;
  margin: 3px 0px 0px 0px; }
  /* line 768, ../../../app/stylesheets/screen.sass */
  .album_info dd a {
    color: #444444; }

/* line 772, ../../../app/stylesheets/screen.sass */
#paginate_bar {
  height: 18px;
  padding: 6px 10px 0px 0px;
  margin: 10px 0px 0px 0px;
  background-image: url(/images/page_photos/paginate_bg.gif);
  background-repeat: repeat-x;
  font-size: 12px;
  font-weight: bold;
  color: #38d2ff;
  text-transform: uppercase;
  text-align: right; }
  /* line 784, ../../../app/stylesheets/screen.sass */
  #paginate_bar a {
    color: white;
    text-decoration: none; }

/* line 791, ../../../app/stylesheets/screen.sass */
#thumbsContainer {
  width: 285px;
  float: left; }
  /* line 795, ../../../app/stylesheets/screen.sass */
  #thumbsContainer li {
    width: 90px;
    list-style-image: none;
    list-style: none;
    list-style-type: none;
    float: left;
    margin: 0px 3px 0px 0px;
    overflow: hidden; }

/* line 804, ../../../app/stylesheets/screen.sass */
.thumb {
  width: 90px; }

/* line 807, ../../../app/stylesheets/screen.sass */
#imageContainer {
  width: 575px;
  float: left;
  text-align: center; }

/* line 812, ../../../app/stylesheets/screen.sass */
.nav_controls {
  display: none; }

/* line 815, ../../../app/stylesheets/screen.sass */
.play {
  display: none; }

/* line 818, ../../../app/stylesheets/screen.sass */
.top {
  height: 17px;
  width: 264px;
  padding: 7px 10px 0px 0px;
  margin: 10px 0px 5px 0px;
  background-image: url(/images/page_photos/paginate_bg.gif);
  background-repeat: repeat-x;
  font-size: 11px;
  font-weight: bold;
  color: #38d2ff;
  text-transform: uppercase;
  text-align: right; }
  /* line 831, ../../../app/stylesheets/screen.sass */
  .top a {
    color: white;
    text-decoration: none;
    margin-left: 5px; }

/* line 836, ../../../app/stylesheets/screen.sass */
.current {
  margin-left: 0px; }

/* line 839, ../../../app/stylesheets/screen.sass */
#customcontrols {
  height: 17px;
  width: 565px;
  padding: 7px 10px 0px 0px;
  margin: 10px 0px 5px 0px;
  background-image: url(/images/page_photos/paginate_bg.gif);
  background-repeat: repeat-x;
  float: left;
  font-size: 11px;
  font-weight: bold;
  color: #38d2ff;
  text-transform: uppercase;
  text-align: center; }
  /* line 853, ../../../app/stylesheets/screen.sass */
  #customcontrols a {
    color: white;
    text-decoration: none;
    margin-left: 5px;
    cursor: pointer; }

/* line 859, ../../../app/stylesheets/screen.sass */
#next-photo {
  float: right;
  margin-top: -12px; }

/* line 863, ../../../app/stylesheets/screen.sass */
#prev-photo {
  float: left; }

/* line 866, ../../../app/stylesheets/screen.sass */
.album_title {
  color: #3593af;
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: bold;
  text-transform: uppercase; }

/* line 874, ../../../app/stylesheets/screen.sass */
#backtogalleries a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 3px; }

/* line 880, ../../../app/stylesheets/screen.sass */
.leftalign {
  text-align: left; }

/* line 883, ../../../app/stylesheets/screen.sass */
.prev, .pause {
  display: none; }

/* line 888, ../../../app/stylesheets/screen.sass */
#terms_container {
  padding: 20px; }
  /* line 891, ../../../app/stylesheets/screen.sass */
  #terms_container h1 {
    margin: 0px 0px 0px 0px;
    color: #3593af;
    font-size: 40px; }
  /* line 896, ../../../app/stylesheets/screen.sass */
  #terms_container h2 {
    margin: 20px 0px 10px 0px;
    font-size: 18px;
    font-weight: bold; }
  /* line 901, ../../../app/stylesheets/screen.sass */
  #terms_container h3 {
    font-size: 14px;
    font-weight: bold; }
  /* line 905, ../../../app/stylesheets/screen.sass */
  #terms_container p {
    margin: 0px 0px 20px 20px;
    font-size: 12px; }

/* line 912, ../../../app/stylesheets/screen.sass */
#confirmation_container {
  text-align: center;
  padding: 15px; }

/* line 918, ../../../app/stylesheets/screen.sass */
#video_container {
  text-align: center;
  padding: 15px;
  width: 640px;
  height: 516px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto; }
