.social {
	width:225px;
	height:38px;
	float: left;
	z-index: 9999; 
}	

.social ul{
	width:auto;
	float:left;
	height:38px;
	padding:0px;
	margin:0px;
}

.social ul li{
	width:36px;
	float:left;
	height:38px;
	list-style-type: none;
	padding-right: 3px;
	padding-left: 3px;
}

.social ul li a{
	border:2px;
	/* background-color: #FFFFFF; */
}

 

.social1,
.social2,
.social3,
.social4,
.social5,
.social6{
	width:36px;
	display:block;
	height:36px;
	background-image: url(../../img/social-slider.png);
	background-repeat: no-repeat;
}


.social1:hover,
.social2:hover,
.social3:hover,
.social4:hover,
.social5:hover,
.social6:hover{
	width:36px;
	display:block;
	height:36px;
	background-image: url(../../img/social-slider.png);
	background-repeat: no-repeat;
}

.social1			{		background-position: 0px 0px;			}
.social2			{		background-position:  -36px 0px;		}
.social3			{		background-position:  -72px 0px;		}
.social4			{		background-position:  -108px 0px;		}
.social5			{		background-position:  -144px 0px;	}
.social6			{		background-position:  -180px 0px;	}


.social1:hover	{		background-position: 0px -36px;			}
.social2:hover	{		background-position:  -36px -36px;		}
.social3:hover	{		background-position:  -72px -36px;		}
.social4:hover	{		background-position:  -108px -36px;		}
.social5:hover	{		background-position:  -144px -36px;	}
.social6:hover	{		background-position:  -180px -36px;	}