/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jan 10 2018 | 12:49:53 (pm)
/*
/******* Do not edit this file *******/

/*
div.amazingcarousel-text ~ div
{
   display: none !important;
   visibility: hidden !important;
   opacity: 0.0 !important;
}
div.amazingcarousel-text ~ div > a
{
   background: #333;
   opacity: 0.0;
}
*/
div.amazingcarousel-image > div
{
   display: none !important;
   visibility: hidden !important;
   opacity: 0.0 !important;
   
}

div.amazingcarousel-image > div > a
{
   background: #333;
   opacity: 0.0;
   pointer-events: none;
   cursor: default;
}