Hi
I found to options to show products on mainpage - zoom and cross:
widget_css_suffix="products" 
widget_css_suffix="separator overlay"
Any other options?
               
                
               
          


.gk-nsp.products .gk-image-link:after {
   display: none;
}
#gk-bg .gk-nsp.products .gk-image-link img:hover {
    -webkit-transform: scale(1.2) rotate(-5deg);
    -moz-transform: scale(1.2) rotate(-5deg);
    -ms-transform: scale(1.2) rotate(-5deg);
    -o-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg);
} 



