div.category-images {
 text-align:center;
 margin:20px 0;
 border:1px solid #9a9a9a;
 background:white;
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.category-images-title {text-align:center;}
div.category-images-item {
 text-align:center;
 margin:20px 0;
/* border:1px solid #ff0000; */
 border-radius:10px;
 background:white;
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.category-images-item:hover img {  
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 1s ease-in;
    -webkit-transform: scale(2.1);
    -ms-transition: all 1s ease-in;
    -ms-transform: scale(2.1);   
    -moz-transition: all 1s ease-in;
    -moz-transform: scale(2.1);
    transition: all 1s ease-in;
    transform: scale(2.1); 
}
.category-images-item img {
   -webkit-transition: all 1s ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 1s ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 1s ease-in;
    -moz-transform: scale(1);
    transition: all 1s ease-in;
    transform: scale(1);   
}
.category-images-name {white-space:nowrap;}
.category-images-desc {padding:10px 4px}
.category-images-see-more {padding-left:3px;color:#ff0000; font-size:10px;}

.sub-categories {display:inline-block;float:left;padding:0px 10px;}