/* Custom Classes */
img {
    border: 0px;
}
img.off {
	cursor: pointer;
	filter:alpha(opacity=35);-moz-opacity:.35;opacity:.35; background: white;
}
img.on {
	cursor: pointer;
	filter:alpha(opacity=95);-moz-opacity:.95;opacity:.95; background: white;
}