			#facebook  {
				background-image: url(../img_s/social/facebook.png);
				width: 20px;
				height: 20px;
				position: relative;
			}
			#facebook:hover {
				background-image: url(../img_s/social/facebook_red.png);
			}
			
			#googleplus  {
				background-image: url(../img_s/social/googleplus.png);
				width: 20px;
				height: 20px;
				position: relative;
			}
			#googleplus:hover {
				background-image: url(../img_s/social/googleplus_red.png);
			}						
			
			#twitter  {
				background-image: url(../img_s/social/twitter.png);
				width: 20px;
				height: 20px;
				position: relative;
			}
			#twitter:hover {
				background-image: url(../img_s/social/twitter_red.png);
			}

			#pinterest  {
				background-image: url(../img_s/social/pinterest.png);
				width: 20px;
				height: 20px;
				position: relative;
			}
			#pinterest:hover {
				background-image: url(../img_s/social/pinterest_red.png);
			}						