@charset "utf-8";
/* CSS Document */

.custom_images a:hover img
{
    opacity: 1;
}

.custom_images a img
{
    opacity: 0.75;
}

