.img_hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}	
.img_out {
	opacity: 1;
	filter: alpha(opacity=100);
}