#Popular_Brand_Div .jcarousel-wrapper {
    margin: 0 auto;
    position: relative;
    border: none;
    /*border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;*/
}

/** Carousel **/

#Popular_Brand_Div .jcarouselPopularBrand {
    position: relative; 
    overflow: hidden; 
    width: 100%;
   

}

#Popular_Brand_Div .jcarouselPopularBrand > ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#Popular_Brand_Div .jcarouselPopularBrand ul > li .special{
    position: absolute;
    top: 0;
    left: 0; background: url(special.png) left top no-repeat; width: 100px; height: 101px;
}
#Popular_Brand_Div .jcarouselPopularBrand ul > li {
    padding-top: 3px;
    padding: 0;         width: 119px; height: 60px; text-align: center;
    border:none; float: left;
    background: url(seperator.png) right top no-repeat;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#Popular_Brand_Div .jcarouselPopularBrand img {
    display: block;
    max-width: 90px; margin: 0 auto; max-height: 58px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/** Carousel Controls **/

#Popular_Brand_Div .jcarousel-control-prev,
#Popular_Brand_Div .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 19px;
    height: 27px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none; background: url(arrow_left.png) left top no-repeat;
    /*text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;*/
}

#Popular_Brand_Div .jcarousel-control-prev {
    left: -40px;   
}

#Popular_Brand_Div .jcarousel-control-next {
    right:-40px;
    background-image: url(arrow_right.png);
}

/** Carousel Pagination **/

#Popular_Brand_Div .jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

#Popular_Brand_Div .jcarousel-pagination a {
    text-decoration: none;
    /*display: inline-block;*/
    display: none;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

#Popular_Brand_Div .jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
       
       
#Popular_Brand_Div .jcarouselPopularBrand  ul > li div {
    float: right; padding: 0 10px 0 0; margin: 0; width: 150px;
}
#Popular_Brand_Div .jcarouselPopularBrand  ul > li div ul {
    margin: 0; padding: 1px 0 0 0; list-style: none;  border: none; width: 100%;
}

#Popular_Brand_Div .jcarouselPopularBrand ul > li div ul li {
    border-width: 1px 0 0; border-top: 2px solid #9a9c9e; padding: 0 0 0; line-height: 19px; font-size: 10px;  
}
#Popular_Brand_Div .jcarouselPopularBrand ul > li div ul li span { float: right; }
#Popular_Brand_Div .jcarouselPopularBrand  ul > li div ul .price { color: #f14b22; text-align: center; font-size: 15px;}
#Popular_Brand_Div .jcarouselPopularBrand  ul > li div h6 {
    color: #1b5f87; margin: 0; padding: 0; text-align: left;
}
#Popular_Brand_Div { background: #FFFFFF; color: #58595b;}
#Popular_Brand_Div h2 { color: #1b5f87; text-transform: uppercase; padding: 12px 0 4px 0; margin: 0; font-family: Arial, Helvetica, sans-serif;font-weight: bold; font-size: 13px;}
#Popular_Brand_Div .Popular_Brand_Div_wrapper { width: 100%; margin: 0 auto; padding: 18px 100px 28px; 
border: 1px solid #d1d1d1; border-width: 1px 0; height: 102px; 
background: rgb(191,202,230); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(191,202,230,1) 1%, rgba(242,245,251,1) 50%, rgba(191,202,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(1%,rgba(191,202,230,1)), color-stop(50%,rgba(242,245,251,1)), color-stop(100%,rgba(191,202,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(191,202,230,1) 1%,rgba(242,245,251,1) 50%,rgba(191,202,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(191,202,230,1) 1%,rgba(242,245,251,1) 50%,rgba(191,202,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(191,202,230,1) 1%,rgba(242,245,251,1) 50%,rgba(191,202,230,1) 100%); /* IE10+ */
background: linear-gradient(45deg,  rgba(191,202,230,1) 1%,rgba(242,245,251,1) 50%,rgba(191,202,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfcae6', endColorstr='#bfcae6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}                                    
    
    

@media only screen and (max-width: 1023px) {
      
}

@media only screen and (max-width: 980px) {
    #Popular_Brand_Div .Popular_Brand_Div_wrapper { width: 980px;}
  
}

@media only screen and (max-width: 860px) {
   
}
@media only screen and (max-width: 800px) {
    #Popular_Brand_Div .Popular_Brand_Div_wrapper { width: 800px;}     
}
@media only screen and (max-width: 780px) {
    #Popular_Brand_Div .Popular_Brand_Div_wrapper { width: 780px;}    
}
@media only screen and (max-width: 768px) {
   #Popular_Brand_Div .Popular_Brand_Div_wrapper { width: 768px;}
}

@media only screen and (max-width: 600px) {
    #Popular_Brand_Div .Popular_Brand_Div_wrapper { width: 600px;}    
}
@media only screen and (max-width: 480px) {
    #Popular_Brand_Div .Popular_Brand_Div_wrapper { width: 480px; padding: 18px 60px 28px;}
}    
@media only screen and (max-width: 360px) {
   #Popular_Brand_Div .Popular_Brand_Div_wrapper { width: 360px; padding: 18px 60px 28px;}
   #Popular_Brand_Div .jcarouselPopularBrand ul > li:nth-child(even) { background: none; }  
}
@media only screen and (max-width: 320px) {
   #Popular_Brand_Div .Popular_Brand_Div_wrapper { width: 320px; padding: 18px 60px 28px;}
}