.Thumb,.block,.Left-Icon, .Top-Icon, .Team {
    transition: all 0.5s ease;
}

.Left-Icon:hover{
    transition: all 0.5s ease;    
}

.SSSlideLink img:hover {
    /*    opacity:0.3;*/
    transition: all 0.6s ease;
    transform-origin: center;
    transform: scale(1.1);
}

.SSSlideLink img {
    transition: all 0.6s ease;
    transform-origin: center;
    transform: scale(1);
}

.Thumb img:hover, .actAsPara:hover {
    opacity:0.3;    
    transition: all 0.5s ease;
    width: 100%;
}

.Thumb .grpelem {
    transition: all 0.5s ease ;
}

.Thumb .rgba-background:hover {
    transition: all 0.5s ease ;
}

#u25823, #u25824, #u25825{
    cursor: url(cursor.png), auto;
}
