
#titSocial{
	float:right;
	margin: 0px 5px 1px 0px;
		}
		
.socialButtons
	{
	list-style: none;
	width:240px;
	padding:0;
	margin:0;
	clear:right;
	}

.socialButtons li
{
	float:right;
	padding:0px 6px;
}
.socialButtons a
{
	background-repeat: no-repeat;
	display: inline-block;
	background: url("../images/socialButtons2.png");
	height: 50px;
}
.fbook a
{
	width: 32px;
	height:30px;
	background-position: -32px -0px;
}
.linkedin a
{
	width: 32px;
	height:30px;
	background-position: -256px -0px;
}
.twitter a
 {
	width: 45px;
	background-position: -60px 0px;
}
.google a
 {
	width: 45px;
	background-position: -122px 0px;
}
.rss a
{
	width: 45px;
	background-position: -185px 0px;
}

.fbook a:hover
 {
	width: 32px;
	height:30px;
	background-position: -32px -33px;
}
.linkedin a:hover
{
	width: 32px;
	height:30px;
	background-position: -256px -33px;
}
.twitter a:hover
{
	width: 45px;
	background-position: -60px -50px;
}
.google a:hover
{
width: 45px;
	background-position: -122px -50px;
}
.rss a:hover
{
	width: 45px;
	background-position: -185px -50px;
}
