*{
	margin: 0px;
	padding: 0px;
}

body {
	background-color: black !important;
}

#navbar a{
	margin: 0 8px 0 0 !important;
}

ul{
	margin: 4px;
}

li{
	float: left;
	margin: 12px 8px;
	list-style-type: none;
}

li img {
	border: 0;
	height: 63px;
	width: 62px;
	float: left;
	position: relative;
	z-index: 0;
}

span.mask {
	margin: 0;
	height: 63px;
	width: 62px;
	display: block;
	float: none;
	position: relative;
	background-image: url(/img/mask60.png);
}

span.title {
	color: white;
	width: 62px;
	height: 14px;
	font-size: 11px;
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

/* css3 props */
span.title {
	text-overflow: ellipsis;
	text-shadow: #aaa 1px 1px 3px;
}


