
.bwGal a img {
	filter:alpha(opacity=80);	
	opacity: 0.80;
	border: 0px;
}
.customGal a img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
	border: 2px #90ba00 solid;	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.bwGal a:hover img {
    cursor: url(images/zoomin.cur);
	filter:alpha(opacity=99);	
	opacity: 0.99;
}
.customGal a:hover img {
    cursor: url(images/zoomin.cur);
	filter:alpha(opacity=99);	
	opacity: 0.99;
}
