
div.Astrskfncstx.base { text-align: center; margin: 0;}
div.Astrskfncstx.base * { margin: 0; }

div.Astrskfncstx .iconView
{
	font-size:11px;
	font-family:sans-serif;
	white-space:nowrap;
	font-weight:600;
	margin:0 0px 0 4px;
	width:73px;
	height:75px;
	overflow: hidden;
	text-overflow:ellipsis;
	display:inline-block;
	text-align:center;
	vertical-align:bottom;
	-moz-text-shadow: 0px 1px 3px rgba(0,0,0,.8);
	text-shadow: 0px 1px 3px rgba(0,0,0,.8);
	color:white;
  -webkit-animation: ic-appearing .4s linear 0s 1 normal;
  -moz-animation: ic-appearing .4s linear 0s 1 normal;
}

div.Astrskfncstx .iconView:first-child
{
	margin:0;
}

div.Astrskfncstx .iconView a{
	bottom:0;
	text-decoration:none; color:white;
}
div.Astrskfncstx img{
	padding:0px 1px 1px 1px; width:57px; height:57px;
}

div.Astrskfncstx_loading:before {
 color:white;
 content:"Loading...";
 margin:2px;
 -moz-text-shadow: 0px 1px 3px rgba(0,0,0,.8);
 text-shadow: 0px 1px 3px rgba(0,0,0,.8);
}
div.Astrskfncstx_loading{
  min-height:75px;
  margin:0;
}
@-webkit-keyframes ic-appearing {
  0%   { -webkit-transform:scale(0,1); }
  100% { -webkit-transform:scale(1,1); }
}
@-moz-keyframes ic-appearing {
  0%   { -moz-transform:scale(0,1); }
  100% { -moz-transform:scale(1,1); }
}
