 .ImageSlideShow::before {
    content: "THƯ VIỆN ẢNH";
    display: block;
    color: rgb(59, 112, 18);
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-top: 10px;
    font: bold 14px/31px Tahoma;
    text-align: center;
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+11,ffffff+11,f1f1f1+31,e1e1e1+54,f6f6f6+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 11%, rgba(255,255,255,1) 11%, rgba(241,241,241,1) 31%, rgba(225,225,225,1) 54%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 11%,rgba(255,255,255,1) 11%,rgba(241,241,241,1) 31%,rgba(225,225,225,1) 54%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 11%,rgba(255,255,255,1) 11%,rgba(241,241,241,1) 31%,rgba(225,225,225,1) 54%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    border-radius: 5px 0 0;
    height: 20px;
    /* z-index: 9999; */
}
.ImageSlideShow {
    display: block;
    position: relative;
}
.ImageSlideShow .SlideShowItem {
    display: block;
    position: relative;
}
.ImageSlideShow .image-item {
    display: inline-block;
    position: absolute;
}
.ImageSlideShow .image-title {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    color: #000000;
    display: inline-block;
    font: bold 13px arial;
    left: 0;
    min-height: 24px;
    padding: 6px 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
div.div-thumb {
    height: 130px;
    overflow: hidden;
    position: relative;
}
div.div-thumb ul.ThumbList {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 4px 0 0;
    position: relative;
    width: 1000%;
}
div.div-thumb ul.ThumbList li.li-thumb {
    display: block;
    float: left;
    padding: 0 4px 0 0;
}
div.div-thumb ul.ThumbList li.li-thumb img.image-thumb {
    transition: all 1s ease 0s;
    border: 3px solid #FFFFFF;
    display: block;
    height: 90px;
    opacity: 0.5;
    width: 120px;
}
div.div-thumb ul.ThumbList li.li-thumb img.image-thumb:hover {
    border: 3px solid #444444;
}
div.div-thumb ul.ThumbList li.li-thumb img.image-thumb:hover {
    opacity: 1;
}
div.div-thumb .selected {
    border: 3px solid #444 !important;
    display: block;
    height: 120px;
    opacity: 1 !important;
    width: 120px;
}