.facebook, .pinterest, .tripadvisor, .twitter, .foursquare{
	background: url(../img/sprites.png) no-repeat;
}

.facebook{
	background-position: 0 0;
	width: 25px;
	height: 26px;
}

.pinterest{
	background-position: -26px 0;
	width: 25px;
	height: 26px;
}

.tripadvisor{
	background-position: -52px 0;
	width: 25px;
	height: 26px;
}

.twitter{
	background-position: -78px 0;
	width: 25px;
	height: 26px;
}

.foursquare{
	background-position: -104px 0;
	width: 25px;
	height: 26px;
}

.facebook:hover{
	background-position: 0 -27px ;
	width: 25px;
	height: 26px;
}

.pinterest:hover{
	background-position: -26px -27px ;
	width: 25px;
	height: 26px;
}

.tripadvisor:hover{
	background-position: -52px -27px ;
	width: 25px;
	height: 26px;
}

.twitter:hover{
	background-position: -78px -27px ;
	width: 25px;
	height: 26px;
}

.foursquare:hover{
	background-position: -104px -27px ;
	width: 25px;
	height: 26px;
}

