.new-arrivals-outfits {
    position: relative;
    width: auto;
    height: auto;
    left: 17px;
    bottom: 0;
    margin: 0;
    padding: 0;
    margin-left: -15px;
    display: block;
}

/* Make Images from pull larger */
.new-arrivals-outfits img {
  max-height: 300px;
}

.imgCropper {
  position: relative;
  left: -2px;
  width: auto;
  overflow: hidden;
  float: left;
}

.NA-Header{
  font-size:100px;
  color:#000d42;
  font-weight:500;
  margin-bottom:17px;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  line-height:1;
  padding-top: 10px;
}


.NA-nav .caret {
  border-color: transparent transparent transparent #000d42;
  border-left: 0px solid #000d42;
  border-right: 4px solid transparent;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  content: "";
  display: inline-block;
  height: 0;
  vertical-align: top;
  width: 0;
  margin-left: 4px;
  margin-top: 4px;
}
.NA-nav a {
  color:#000d42;
  text-decoration: none;
}
.NA-nav a:hover{
  text-decoration: underline;
} 

/* Below: New Arrivals Resp Style*/
  
.hpNewArrivals{
  position:relative;
}

#nab {
  position: absolute;
  z-index: 10;
  left: 1.3%;
  width: 97.5%;
  bottom: 28.8%;
  overflow: hidden;
}

.newArrivalWrapper {
  width: 850px;
  height: auto;
  position: relative;
}

#nabArrows {
  z-index: 20;
  position: absolute;
  bottom: .7%;
  width: 100%;
  height: 40px;
  display: block;
}

#nabLeft,
#nabRight {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
}

#nabLeft {
  left: 0;
}

#nabRight {
  right: 0;
}

.NALeftNav {
  position: absolute;
  bottom: 0;
  display: block;
  width: 92%;
  margin: 5% 4% 4% 4%;
}

.NA-nav {
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 25px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  position: relative;
  margin: 3%;
}

.imgCropper{
  width: 25%;
}
