/* BEGIN: home alt content sliders */
#promotional-area-a {
   width:561px;
   height:378px;
}
#promoA-list {
/* width of all scroll content */
   width:3366px;
   position:relative;
   left:0;
}
#promotional-area-a .homeslide-item {
   width:561px;
   float:left;
}

#promoA {
   width:561px;
   height:378px;
   overflow:hidden;
   position:relative;
}
#promoA .homeslide-prev, #promoA .homeslide-next{
   top:172px;
}

#promotional-area-b {
   width:350px;
   height:245px;
}

#promoB-list {
/* width of all scroll content */
   width:2100px;
   position:relative;
   left:0;
}

#promotional-area-b .homeslide-item {
   width:350px;
   float:left;
}

#promoB {
   width:350px;
   height:245px;
   overflow:hidden;
   position:relative;
}
#promoB .indicator {
   left:0;
   right:auto;
}
.homeslide-prev{
   position:absolute;
   left:2px;
   top:105px;

}
.homeslide-next{
   position:absolute;
   right:2px;
   top:105px;

}
.homeslide-prev.disabled,
.homeslide-next.disabled
{
   opacity:0.3;
   filter:alpha(opacity=30);

}
.homeslide-prev.disabled a,
.homeslide-next.disabled a {
   cursor:default;
}

/* cat slide css */
#catPromo-eSpot {
   width:728px;
   padding: 6px 0;
}

#promoSpot-list {
/* width of all scroll content */
   width:4368px;
   position:relative;
   left:0;
}

#promoSpot .homeslide-item {
   width:728px;
   float:left;
}

#promoSpot {
   width:728px;
   height:150px;
   overflow:hidden;
   position:relative;
   margin-left: 10px;
   margin-top: -10px;
}
#promoSpot .homeslide-prev, #promoSpot .homeslide-next{
   top:62px;
}
.indicator {
    display: inline-block;
    padding: 6px;
    position: absolute;
    text-align: center;
    right:0;
    bottom:0;
    margin:0;
    cursor:pointer;
    list-style-image:none;
    list-style-type:none;
}
.indicator > li {
    background: none repeat scroll 0 0 #DDDDDD;
    height: 9px;
    margin: 0px 2px;
    overflow: hidden;
    text-indent: -9999em;
    width: 9px;
    display:block;
    border:1px solid #333;
    float:left;
}
.indicator > li.active {
    background: none repeat scroll 0 0 #CC0000;
}
/* END: home alt content sliders */