  /*   copyright by jimjim.de  */
  /*   img mouseover sizing  no shaddow 2 */
  @media (min-width: 760px)
  {
  div#content_area a:link img, div#content_area img, .cc-catalog-container-new a.cc-webview-product-image img {
   transition: transform 0.8s!important;
   -moz-transition: transform 0.8s!important;
   -webkit-transition: transform 0.8s!important;
   -o-transition: transform 0.8s!important;
   -ms-transition: transform 0.8s!important;cursor: pointer!important;}
  div#content_area a:hover img {
   cursor: zoom-in!important;
   cursor: -moz-zoom-in!important;
   cursor: -webkit-zoom-in!important;
   transform: scale(1.15, 1.15)!important;
   -moz-transform: scale(1.15, 1.15)!important;
   -webkit-transform: scale(1.15, 1.15)!important;
   -o-transform: scale(1.15, 1.15)!important;
   -ms-transform: scale(1.15, 1.15)!important;
   overflow:display!important;
  cursor: pointer!important;}

  div#content_area img {cursor: auto!important;}
