#controller {
  margin: 0px 0;
  position: absolute;
  z-index: 9;
  right: 0px;
  top: -1px;
}

#controller div {
  color:#FFF;
  background:#f8689a;
  cursor:pointer;
  float:right;
  clear: both;
  border-bottom: 1px solid #fff;
  width: 216px;
  height: 81px !important;
  height: 79px;
  padding: 6px 6px 6px 12px;
  font-size: 100%;
  margin-left: 12px;
}

#controller div h3 {
  font-size: 145%;
  padding: 4px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#controller div p {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

#jFlowSlide {
  margin: 0px 0;
  width: 552px;
  border-bottom:1px solid #e1e1e1;
}

.header #jFlowSlide {
  float: right;
  width: 100%;
}

.firstSlide {
  background: url(/images/carousels/welcome.jpg);
  height: 374px;
  overflow: hidden;
}

.secondSlide {
  background: url(/images/carousels/best-sellers.jpg);
  height: 374px;
  overflow: hidden;
}

.thirdSlide {
  background: url(/images/carousels/special-offers.jpg);
  height: 374px;
  overflow: hidden;
}

.fourthSlide {
  background: url(/images/carousels/news.jpg);
  height: 374px;
  overflow: hidden;
}

div#mySlides h1 {
  font-size: 218%;
  color: #ec5086;
  padding: 10px 0 0 14px;
  margin: 0px;
}

div#mySlides p {
  color: #696969;
  width: 240px;
  padding: 0 10px 10px 14px;
  margin: 0px;
  font-size: 110%;
}

div.more {
  width: 50px;
  height: 24px;
  color: #ec5086;
  padding: 0 0 0 14px;
  margin: 10px 0;
  background: url(../styleImages/arrow-pink.gif) 0 100% no-repeat;
  background-position: right;
  font-size: 110%;
  font-weight: bold;
}

div.more a {
  text-decoration: none;
  color: #ec5086;
  text-transform: lowercase;
}

#controller div.jFlowSelected {
  background:#ec5086;
  border-left: solid 12px #F7B7CD;
  margin-left: 0px;
}

/** for category slides **/

.header .categoryCarouselInner {
  width: 100%;
}

.categoryCarouselInner {
  width: 755px;
  height: 189px;
}

#catText {
  position: absolute;
  top: 0px;
  left: 14px;
  z-index: 10;
  width: 260px;
  color: #696969;
}

#catText h3 {
  color: #ec5086;
  size: 140%;
}
