/*image control starts here*/
img {
	border: 0;
	}
/*image opacity control starts here*/
.gallery_box_style img:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}
.small_image img:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}
		
#image_holder img:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}
#image_holder2 img:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}
#image_holder3 img:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}
#image_holder4 img:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}

#elite_box img:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}

#super_elite_box img:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}

#international_box img:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}

#members_box img:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}
/*image opacity control ends here*/


/*image control ends here*/