.links{
	background:#a9c1da;
	border:1px solid #0f2d4b;
	float:right;
}

.links a{
	display:block;
	float:left;
	margin:1px;
	height:22px;
	width:22px;
}

a.edit{
	background: url(../img/links/edit.png) no-repeat center center;
}

a.facebook{
	background: url(../img/links/facebook.png) no-repeat center center;
}

a.myspace{
	background: url(../img/links/myspace.png) no-repeat center center;
}

.links a.lastfm{
	background: url(../img/links/lastfm.png) no-repeat center center;
}

a.ticketmaster{
	background: url(../img/links/ticketmaster.png) no-repeat center center;
}

a.homepage, a.venue{
	background: url(../img/links/home.png) no-repeat center center;
}

a.ilike{
	background: url(../img/links/ilike.png) no-repeat center center;
}

a.google{
	background: url(../img/links/google.png) no-repeat center center;
}

.links a:hover{
	background-color:#fff;
}