/* original marqueePromo (thumbnails) styles */
div#marquee {
  display: block;
  position: relative;
  overflow: hidden;
}
div#marquee .main-overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  /* prevent overlayTxt div from blocking access to img clickmap */
  pointer-events: none;
}
div#marquee .main-overlay-text a {
  pointer-events: auto;
}

div.marquee_play {
  position: absolute;
  cursor: pointer;
  bottom: 25px;
}

ul#marqueePromo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 23px;
}

ul#marqueePromo li {
  float: left;
  margin: 0;
  padding: 0;
}

ul#marqueePromo li img {
  display: none;
  border: 3px solid #FFF;
  cursor: pointer;
  opacity: 0.7;
}
ul#marqueePromo li img.processed {
  display: block;
}

ul#marqueePromo li.marquee_play img {
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  display: inline;
}

ul#marqueePromo .progress {
  width: 54px;
  height: 3px;
  margin-top: 2px;
  overflow: hidden;
  background: url(../../images/homepage/marqueePromo/progress.png) repeat-x;
}

ul#marqueePromo .progressInner {
  width: 0;
  height: 3px;
  background: #FFF;
}

div#marquee.LowerLeft ul#marqueePromo {
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

div#marquee.LowerRight ul#marqueePromo {
  top: auto;
  bottom: 20px;
  left: auto;
  right: 40px;
}

div#marquee.UpperLeft ul#marqueePromo {
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

div#marquee.UpperRight ul#marqueePromo {
  top: 20px;
  bottom: auto;
  left: auto;
  right: 40px;
}

/* marqueePromo2 (mini-bullets) styles */
ul#frame {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul#frame li.picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  /* hide inactive slides to allow use of transparancy slides */
  visibility: hidden;
  /* these control the visual order/restacking used by slide rotation mech */
  /* prevent overlayTxt div from blocking access to img clickmap */
}
ul#frame li.picture.next-active {
  z-index: 9;
}
ul#frame li.picture.active {
  z-index: 10;
  visibility: visible;
}
ul#frame li.picture.temp-next-active {
  z-index: 11;
}
ul#frame li.picture.temp-active {
  z-index: 12;
}
ul#frame li.picture .overlay-text-hidden {
  position: absolute;
  padding: 10px;
  top: 0;
  left: 0;
  pointer-events: none;
}
ul#frame li.picture .overlay-text-hidden a {
  pointer-events: auto;
}
ul#frame li#icons div#iconDiv {
  display: none;
}
ul#frame li#icons div.LowerLeft {
  position: absolute;
  bottom: 30px;
  left: 25px;
  z-index: 15;
}
ul#frame li#icons div.LowerRight {
  position: absolute;
  bottom: 30px;
  right: 25px;
  z-index: 15;
}
ul#frame li#icons div.UpperLeft {
  position: absolute;
  top: 30px;
  left: 25px;
  z-index: 15;
}
ul#frame li#icons div.UpperRight {
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 15;
}
ul#frame li#icons div.TopCenter {
  position: absolute;
  top: 30px;
  z-index: 15;
}
ul#frame li#icons div.BottomCenter {
  position: absolute;
  bottom: 30px;
  z-index: 15;
}

#frame.marquee-promo-debug,
#marquee.marquee-promo-debug {
  outline: 5px solid dimgrey;
  background-color: darkgrey;
}

/* Page overrides */
/* Generic Brands2013 styles first */
body.brands2013 #marquee-promo {
  overflow: hidden;
}

body.brands2013 #marquee-promo img {
  width: 100%;
}

body.brands2013 #marquee-promo a.icon img {
  width: auto;
}

body.brands2013 #marquee-promo .marquee_play a img {
  width: auto;
}

/*Microsite Specific Styles*/
body.brands2013.mgro #marquee-promo #marquee {
  width: 960px;
  max-height: 316px;
  overflow: hidden;
}
body.brands2013.tomcat #smg_page_template_footerBlock_outer {
  margin-top: 24px !important;
}
body.brands2013.tomcat .marquee_main {
  position: relative;
}
body.brands2013.tomcat .marquee_main .main-overlay-text {
  position: absolute;
  top: 50px;
  left: 25px;
  color: white;
}
body.brands2013.tomcat .marquee_main .main-overlay-text .overlay-header {
  font-family: "Jockey One", sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 100;
  margin-top: 0;
  padding-bottom: 50px;
  padding-top: 10px;
}
body.brands2013.tomcat .marquee_main .main-overlay-text .claw-mark {
  background: url("/smg/templates/assets/images/microsites/TOMCAT/backgrounds/claw-mark.png") no-repeat 50% 0 transparent;
  position: relative;
  display: inline;
}
body.brands2013.tomcat .marquee_main .main-overlay-text .overlay-text {
  font-family: "Lato", sans-serif;
  font-size: 18px;
}

/*# sourceMappingURL=styles.css.map */
