#theImages img {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}
#theImages img:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	cursor:pointer;
	border:0px;
}
