




#startProds li {
   width:102px; height: 140px;
}


#startProds .imgBorder, #startProds .imgBorderS {
   width:100px; height:100px;  line-height:100px; margin:auto;
}
#startProds li span {
   display:block; font-size:11px; height:32px; overflow:hidden; padding:0;line-height:16px; margin-top:4px;
}
#startProds li a {
   color :#626262;
}
#startProds li .desc {
   height:36px;
}
#startProds li .desc a:hover{
   text-decoration:underline;
}

#catCarousel {
   margin:auto;
   background-color:#fdeac9;
   background-image: -webkit-linear-gradient(top,#ffffff,#fdeac9);
   background-image: linear-gradient(top,#ffffff,#fdeac9);
} 

.carousel-indicators{
   bottom: 5px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img{
	margin:auto;
}


