/* The Power of K */



#POKlayer { 
	position: absolute; 
	top: 2px; 
	right: 2px;  
	text-align: right;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50;
 }

#POKlayer:hover {
	position: absolute; 
  	top: 2px; 
  	right: 2px; 
	filter:alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0;
 	text-align: right;
}


#POKlayer a img {
	border-style: solid;
	border-color: black;
	border-width: 0px;
	text-decoration: none;
}


a.pbk {
	filter:alpha(opacity=20); 
	-moz-opacity: 0.20; 
	opacity: 0.20;
	display:block;
	background-repeat: no-repeat;
	background:url(img/pbk.gif);
	width:109px;
	height:13px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:15px;
	margin-left: 0px;
	position: relative;
}


a.pbk:hover {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.00; 
	opacity: 1.00;
	display:block;
	background-repeat: no-repeat;
	background:url(img/pbk.gif);
	width:109px;
	height:13px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:15px;
	margin-left: 0px;
	position: relative;
}

