/*----------------------YouTube, FaceBook-----------------------------------------------*/
#social 
{
	width: 140px;
	height: 20px;
	margin-top: 2px;
    float: right;
}
#social img {
	border-style:none;
	filter: alpha(opacity=40);
	opacity:.40;
}
#social ul {
	margin: 0;
	padding: 0;
	border-style:none
}
#social li {
	float: right;
	width: 34px;
	height: 40px;
}
#social a:hover img {
	filter: alpha(opacity=100);
	opacity: .99;
}


