/*
Theme Name: Black Fetish
Theme URI: http://www.praveenc.com/
Description: Two Column Fixed Layout
Version: 1.0
Author: Praveen Chamarthi
Author URI: http://www.praveenc.com/
*/

a.linkopacity img {
	background-color: #303030;
	filter:alpha(opacity=90); 
	-moz-opacity: 0.65; 
	opacity: 0.65;
}

a.linkopacity:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}