/*
div#POKlayer { position: absolute; top: 2px; right: 2px }
div#POKlayer img { border-color: white; border-style: solid; border-width: 0px; padding: 1px; margin: 0px; background-color: white; }


#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;
}
*/


/* 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=33); 
	-moz-opacity: 0.33; 
	opacity: 0.33;
	display:block;
	background-repeat: no-repeat;
	background:url(../images/pbk-sm.png);
	width:180px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:7px;
	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(../images/pbk-sm.png);
	width:180px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:7px;
	margin-left: 0px;
	position: relative;
}

/* for the Blog */
#POKlayer2 { 
	position: absolute; 
	top: 2px; 
	right: 2px;  
	text-align: right;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50;
 }

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


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


a.pbk2 {
	filter:alpha(opacity=20); 
	-moz-opacity: 0.20; 
	opacity: 0.20;
	display:block;
	background-repeat: no-repeat;
	background:url(../images/pbk-sm-blk.png);
	width:180px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:7px;
	margin-left: 0px;
	position: relative;
}


a.pbk2:hover {
	filter:alpha(opacity=100); 
	-moz-opacity: 1.00; 
	opacity: 1.00;
	display:block;
	background-repeat: no-repeat;
	background:url(../images/pbk-sm-blk.png);
	width:180px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:7px;
	margin-left: 0px;
	position: relative;
}
