fhtml {
  overflow-y: scroll;
  height: 100%;
}
body {
  background: none repeat scroll 0 0 #FFFFFF;
  font-family: arial;
  margin: 0;
  padding: 0;
  color: #000;
  height: 100%;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
#top {
  display: block;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1px;
  padding-top: 1px;
  width: 100%;
}
.layoutMultigallery {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  height: auto;
}
#multiGalleryContent {
  min-height: 100%;
  position: relative;
}
#gallery {
  margin: 50px auto 30px;
  width: 960px;
  min-height: 500px;
  padding: 10px 0 30px;
  border-radius: 10px;
  background: #fff;
  z-index: 12;
  left: 0;
  top: 0;
  box-shadow: 0 0 12px 0 #000;
  -moz-box-shadow: 0 0 12px 0 #000;
  -webkit-box-shadow: 0 0 12px 0 #000;
}
.multiGalleryFirstFrame #galleryContent {
  margin-top: 20px;
}
.css3transform .multiGalleryFirstFrame #gallery {
  -webkit-transition: opacity ease-out 0.5s, -webkit-transform ease-out 0.5s;
  -webkit-transform: scale(0, 0);
  -o-transition: opacity ease-out 0.5s, -o-transform ease-out 0.5s;
  -o-transform: scale(0, 0);
  -ms-transition: opacity ease-out 0.5s, -ms-transform ease-out 0.5s;
  -ms-transform: scale(0, 0);
  -moz-transition: opacity ease-out 0.5s, -moz-transform ease-out 0.5s;
  -moz-transform: scale(0, 0);
  transition: opacity ease-out 0.5s, transform ease-out 0.5s;
  transform: scale(0, 0);
  opacity: 0;
}
.multiGalleryFirstFrame a.closeIcon,
.multiGalleryFirstFrame .prevFixed,
.multiGalleryFirstFrame .nextFixed {
  display: none;
}
#gallery:before,
#gallery:after {
  content: "";
  display: table;
}
#gallery:after {
  clear: both;
}
#gallery {
  zoom: 1;
}
#galleryContent {
  width: 960px;
  margin: 0 auto;
}
.galleryContent .contentContainer .description,
.mediaContent .contentContainer .description {
  text-align: left;
}
#gallery .mediaContainer {
  float: left;
  margin: 0 20px 0 25px;
  width: 585px;
  font-family: Arial, sans-serif;
}
#gallery #mediaNav {
  position: relative;
}
.mediaContainer #mainMedia .mainMediaImg {
  display: inline-block;
  text-align: center;
  position: relative;
  max-width: 100%;
}
* + html .mediaContainer #mainMedia .mainMediaImg {
  *display: inline;
  zoom: 1;
}
.mediaContainer #mainMedia {
  margin-bottom: 10px;
  text-align: center;
}
.mediaContainer #mainMedia .mainMediaHeight {
  height: 500px;
  min-width: 100px;
}
.mediaContainer #mainMedia .mainMediaHeight img {
  height: 100%;
}
.mediaContainer #mainMedia .mvp {
  height: 360px;
  width: 585px;
}
.mediaContainer #mainMedia {
  max-height: 500px;
}
.mediaContainer #mainMedia img {
  max-width: 585px;
  max-height: 500px;
}
#galleryText {
  margin: 0 auto;
}
.mediaContainer #mainMedia .mainMediaImg .author {
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: 100% 100%;
  -o-transform: rotate(90deg);
  -o-transform-origin: 100% 100%;
  -moz-transform: rotate(90deg);
  -moz-transform-origin: 100% 100%;
  transform: rotate(90deg);
  transform-origin: 100% 100%;
  color: #999;
  font-family: Verdana;
  font-size: 12px;
  padding: 3px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 12px;
  line-height: 12px;
}
.mediaContainer .prev,
.mediaContainer .next {
  height: 100%;
  position: absolute;
  width: 33%;
  z-index: 10;
  text-align: left;
}
#multiGalleryContent .navBoxClose {
  position: fixed;
  top: 26px;
  left: 0;
  width: 100%;
  height: 55px;
  z-index: 13;
  right: 0;
}
#multiGalleryContent .navBox {
  position: fixed;
  top: 50%;
  margin-top: -20px;
  left: 0;
  z-index: 13;
  width: 100%;
  height: 0;
}
#multiGalleryContent .navBoxContainer {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 0;
}
#multiGalleryContent .navFixed {
  width: 55px;
  height: 55px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(http://ocdn.eu/files/pulscms/OGQ7MDA_/e8bf81498a3a8f9b32c96c296df313d8.png);
  position: absolute;
  top: 0;
}
#multiGalleryContent .prevFixed {
  left: -7px;
  background-position: 0 -274px;
}
#multiGalleryContent .nextFixed {
  right: -7px;
  background-position: 0 -207px;
}
#multiGalleryContent .prevFixed:hover {
  background-position: 0 -406px;
}
#multiGalleryContent .nextFixed:hover {
  background-position: 0 -475px;
}
.mediaContainer .prev {
  left: 0;
}
.mediaContainer .prev span,
.mediaContainer .next span {
  display: inline-block;
  margin-top: 200px;
  width: 32px;
  height: 80px;
  visibility: hidden;
}
* + html .mediaContainer .prev span,
* + html .mediaContainer .next span {
  display: inline;
  zoom: 1;
}
.mediaContainer .prev:hover span,
.mediaContainer .next:hover span {
  visibility: visible;
}
.mediaContainer .next {
  right: 0;
  text-align: right;
}
.mediaContainer #mediaList {
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  z-index: 16;
}
.mediaContainer #mainMediaTitle {
  margin: 20px 0 5px;
  font-family: Georgia, serif;
  font-size: 18px;
  text-align: left;
  color: #303030;
}
.mediaContainer #mediaList .toggleThumbs {
  color: #b4b4b4;
  font-size: 10px;
  font-family: Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
.mediaContainer #mediaList .hidden {
  display: none;
}
.mediaContainer #mediaList ul {
  overflow: hidden;
}
.mediaContainer #mediaList li {
  display: inline;
}
.mediaContainer #mediaList li a {
  display: inline-block;
  margin: 0 5px 8px 0;
}
* + html .mediaContainer #mediaList li a {
  display: inline;
  zoom: 1;
}
.mediaContainer #mediaList img {
  margin: 0;
  vertical-align: top;
  border: 2px solid #fff;
  height: 64px;
}
.mediaContainer #mediaList .activeThumb {
  border-color: #881579;
}
#multiGalleryContentContainer {
  float: left;
  margin-top: 10px;
  width: 300px;
  font-family: Arial, sans-serif;
  line-height: 16px;
}
#multiGalleryContentContainer .lead,
#mediaContainer .lead {
  margin-bottom: 10px;
  font-family: 'Times New Roman', serif;
  color: #303030;
  font-size: 22px;
  line-height: 26px;
  display: block;
  font-weight: normal;
  text-align: left;
}
#multiGalleryContentContainer .navigation {
  margin: 25px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#multiGalleryContentContainer .navigation .counter {
  display: inline-block;
  font-size: 26px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 32px;
  line-height: 34px;
}
#multiGalleryContentContainer .navigation .left {
  border-bottom: 16px solid transparent;
  border-right: 16px solid #cccccc;
  border-top: 16px solid transparent;
  display: block;
  position: absolute;
  left: 59px;
  top: 0;
  height: 0;
  width: 0;
}
#multiGalleryContentContainer .navigation .right {
  border-bottom: 16px solid transparent;
  border-left: 16px solid #cccccc;
  border-top: 16px solid transparent;
  display: block;
  position: absolute;
  right: 59px;
  top: 0;
  height: 0;
  width: 0;
}
#multiGalleryContentContainer .head .logo {
  background-position: scroll 0 0;
  background-repeat: no-repeat;
  clear: both;
  display: block;
  float: left;
  height: 23px;
  position: relative;
  width: 190px;
}
#multiGalleryContentContainer .head .close {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin-top: 3px;
  text-decoration: none;
  color: #909090;
  float: right;
  width: 75px;
}
#multiGalleryContentContainer .head .closeText {
  float: left;
}
.multiGallery .closeIcon {
  height: 55px;
  width: 55px;
  position: absolute;
  background: url(http://ocdn.eu/files/pulscms/OGQ7MDA_/e8bf81498a3a8f9b32c96c296df313d8.png) no-repeat 0 -340px;
  top: 0;
  z-index: 13;
  right: -7px;
}
#gallery #test img {
  vertical-align: top;
}
#gallery #multiGalleryContentContainer #branding {
  bottom: 0;
  height: 150px;
  position: fixed;
}
#gallery .mediaContainer #mediaList img.small_video {
  height: 60px;
}
#gallery #multiGalleryContentContainer .mvp {
  width: 100px;
  height: 100px;
}
#multiGalleryContentContainer .head .logoPortal {
  background: #ffffff;
  float: left;
}
#multiGalleryContentContainer .head .logoHome {
  color: #881579;
  float: left;
  font-size: 18px;
  text-decoration: none;
  width: 110px;
}
/* google ads */
#gallery .script_bxad_slot_bxad_slot,
#gallery .script_bxad_slot_bxad_slot #multigalleryGoogleBoxes {
  display: block;
  font-size: 12px;
  padding: 0;
  text-align: left;
  font-family: arial;
  margin: 20px 0;
}
#gallery .script_bxad_slot_bxad_slot #multigalleryGoogleBoxes {
  width: 100%;
}
#gallery .script_bxad_slot_bxad_slot {
  width: auto;
}
#gallery .script_bxad_slot_bxad_slot #multigalleryGoogleBoxes .bxad_title1 {
  top: -12px;
}
* + html #gallery .script_bxad_slot_bxad_slot #multigalleryGoogleBoxes .bxad_title1 {
  top: -8px;
}
#gallery .script_bxad_slot_bxad_slot #multigalleryGoogleBoxes .bxad_title1 a {
  color: #98928E;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
#gallery .script_bxad_slot_bxad_slot li a {
  color: #9b1841;
  font-size: 14px;
  font-weight: normal;
  font-family: arial;
  text-decoration: none;
}
#gallery .script_bxad_slot_bxad_slot ul {
  list-style-type: none;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
}
#gallery .script_bxad_slot_bxad_slot .li_left {
  margin: 0;
}
#gallery .script_bxad_slot_bxad_slot li {
  margin: 10px 0 0 0;
  line-height: 18px;
}
#gallery .script_bxad_slot_bxad_slot li p {
  color: #363636;
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin: 0;
}
#gallery .script_bxad_slot_bxad_slot li h6 a {
  color: #9b1841;
  font-weight: bold;
  font-size: 15px;
  text-decoration: underline;
}
#gallery .script_bxad_slot_bxad_slot li p a {
  font-size: 14px;
  text-decoration: none;
}
.mediaContainer .adbox {
  width: 100%;
}
.multiGallery {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.multiGalleryFirstFrame {
  height: 0;
  overflow: hidden;
  display: none;
}
.multiGallery .galleryBg {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  min-width: 1000px;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.css3transform .multiGalleryFirstFrame .galleryBg {
  opacity: 0;
  -webkit-transition: opacity ease-out 0.5s;
  -o-transition: opacity ease-out 0.5s;
  -ms-transition: opacity ease-out 0.5s;
  -moz-transition: opacity ease-out 0.5s;
  transition: opacity ease-out 0.5s;
}
#leadGalleryPreview {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  overflow: hidden;
  height: 64px;
  width: 495px;
}
#leadGalleryPreview img {
  width: auto;
  height: 64px;
  margin: 0 5px 20px;
  border: solid 1px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.2);
}
#leadGalleryPreview ul li {
  float: left;
}
.galleryGoogleAds {
  overflow: hidden;
  margin: 30px 40px;
}
.galleryGoogleAds .bxad_title1 {
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #DDDCE1;
  line-height: 30px;
}
.galleryGoogleAds .bxad_title1 a {
  color: #B4B4B4;
  font-weight: normal;
}
.galleryGoogleAds .bxad_title1 a:hover {
  color: #B4B4B4;
}
.galleryGoogleAds h6 {
  margin-right: 10px;
  color: #18557f;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
  display: inline;
}
.galleryGoogleAds a:hover {
  color: #881579;
}
.galleryGoogleAds ul {
  margin-top: -4px;
  float: left;
}
.galleryGoogleAds li {
  line-height: 22px;
}
.galleryGoogleAds li > a {
  margin-right: 10px;
  text-decoration: none;
  font-size: 12px;
}
.galleryGoogleAds p {
  color: #555;
  display: inline;
  word-wrap: break-word;
  font-size: 12px;
}
#multiGalleryContentContainer .counter {
  font-size: 24px;
  text-align: right;
}
#multiGalleryContentContainer .counter .current {
  color: #881579;
  font-size: 30px;
}
.insideGallerySourceLink,
.insideGalleryPromoLink {
  margin: 10px 0 10px 0;
}
.insideGallerySourceLink a,
.insideGalleryPromoLink a {
  color: #881579;
  text-decoration: none;
  margin-left: 5px;
}
@media only screen and (width: 768px) and (orientation: portrait) {
  .layoutMultigallery {
    min-width: 768px;
    width: 768px;
    overflow: hidden;
  }
  .layoutMultigallery #multiGalleryContent {
    min-width: 768px;
  }
  .layoutMultigallery #gallery {
    width: 748px;
  }
  .layoutMultigallery #gallery .mediaContainer {
    width: 372px;
  }
  .layoutMultigallery .mediaContainer #mainMedia img {
    max-width: 372px;
  }
  .layoutMultigallery #galleryContent {
    width: 728px;
  }
  .layoutMultigallery #galleryContent #onet-ad-top img {
    max-width: 600px;
  }
  .layoutMultigallery #multiGalleryContent .navBoxContainer {
    width: 768px;
  }
}
@media only screen and (min-width: 1150px) {
  #gallery {
    width: 1130px;
  }
  #galleryContent {
    width: 1085px;
  }
  #multiGalleryContent .navBoxContainer {
    width: 1130px;
  }
  #gallery .mediaContainer {
    width: 740px;
    margin: 0 25px 0 15px;
  }
  .mediaContainer #mainMedia {
    max-height: 600px;
  }
  .mediaContainer #mainMedia .mainMediaHeight {
    height: 600px;
  }
  .mediaContainer #mainMedia img {
    max-width: 740px;
    max-height: 600px;
  }
  #multiGalleryContent .prevFixed {
    left: -30px;
  }
  #multiGalleryContent .nextFixed,
  .multiGallery .closeIcon {
    right: -30px;
  }
  #leadGalleryPreview {
    width: 665px;
  }
}
