I am using my own css hover effects for my images, but there is still an opacity applied to the image elements everytime I roll over them. Think it might be prettyphoto?
Can I disable this altogether?
Or can i use some css to stop it happening?
When I roll over an image the element style it gets is
element.style {
display: block;
opacity: 0.6;
z-index: 5;
}
The class that it is also reading from is
.lightbox_video, .lightbox_image, .image_overlay_effect, .image_overlay_effect_inside
thanks














