#tagcloud{
	width:300px;
	height:300px;
	position:relative;
	border:3px solid #006699;
	font:13px Verdana,sans-serif;
	float: left;
	margin: 0 10px 5px 0;
	overflow:hidden;}
#tagcloud a{
	position:absolute;

	color:#006699;
	font-weight:bold;
	text-decoration:none;
	text-shadow: #FFFFFF 0px 0px 5px
}
#tagcloud a:hover{
	border:1px solid #00F;
	background:#FFF;
	z-index:1000 !important;
}
