#social {
	display:block;
	width:270px;
	height:25px;
	position:absolute;
	right:40px;
	top:80px;
	float:left;
}
#btn_bliptv:link,
#btn_bliptv:visited,
#btn_bliptv:active {
float:left;
	background:url('/images/vimeo_ico.png')  no-repeat scroll 0px 0px;
	border:none;
	width:71px;
height:25px;
display:block;
}

#btn_bliptv:hover {
     background: transparent url('/images/vimeo_ico.png') no-repeat scroll -71px 0px;
	 outline: none;
}

#btn_twitter:link,
#btn_twitter:visited,
#btn_twitter:active {
float:left;
	background:url('/images/twitter_ico.png')  no-repeat scroll 0px 0px;
	border:none;
	width:68px;
height:25px;
display:block;
}

#btn_twitter:hover {
     background: transparent url('/images/twitter_ico.png') no-repeat scroll -68px 0px;
	 outline: none;
}

#btn_facebook:link,
#btn_facebook:visited,
#btn_facebook:active {
float:left;
	background:url('/images/facebook_ico.png')  no-repeat scroll 0px 0px;
	border:none;
	width:69px;
height:25px;
display:block;
}
#btn_facebook:hover {
     background: transparent url('/images/facebook_ico.png') no-repeat scroll -69px 0px;
	 outline: none;
}

#btn_youtube:link,
#btn_youtube:visited,
#btn_youtube:active {
float:left;
	background:url('/images/youtube_ico.png')  no-repeat scroll 0px 0px;
	border:none;
	width:60px;
height:25px;
display:block;
}

#btn_youtube:hover {
     background: transparent url('/images/youtube_ico.png') no-repeat scroll -60px 0px;
	 outline: none;
}
