/* The Power of K */

.pokclear {clear: both;}

#POKlayer { 
  position: absolute; 
  top: 5px; 
  right: 5px;  
  text-align: right;
  filter:alpha(opacity=25); 
  -moz-opacity: 0.25; 
  opacity: 0.25;
 }

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

.linkopacity {
	filter:alpha(opacity=15); 
	-moz-opacity: 0.15; 
	opacity: 0.15;
	position: absolute
	text-decoration: none;
	text-align: center
	overflow:hidden
	color: #959595;
	font-size: 9px;
	font-family: Verdana, Helvetica, sans-serif;
}

.linkopacity:hover {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	text-decoration: underline;
	text-align: center
	color: #959595;
	font-size: 9px;
}
a.pbk {
	filter:alpha(opacity=40); 
	-moz-opacity: 0.40; 
	opacity: 0.40;
	display:block;
	background-repeat: no-repeat;
	background:url(/images/powered-by-kinetic.png);
	width:225px;
	height:75px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
a.pbk:hover {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.00; 
	opacity: 1.00;
	display:block;
	background-repeat: no-repeat;
	background:url(/images/powered-by-kinetic.png);
	width:225px;
	height:75px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#POKlayer a {
	border-style: none;
	padding: 0px;
	border-width: 0px;
	margin: 0px;
}
#POKlayer a img {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

