
.ipleft
{
	
	position: fixed;
	
	bottom: 10px;
	left: 0;
width: 30px;

z-index: 555555;	
	
}
  .ipleft  div.center
{
	position: relative;
	/*height: 30px;*/
	background: #039ED4;
	
}
  .ipleft  div.center.current{
  	
  	background: ;
  }
.ipleft div.center+div.center
{
	border-top: 1px solid #fff;
	
}

.ipleft div.center a i{
	width: 30px;
	height: 30px;
	overflow: hidden;
   display: block;
	font-size: 25px;
	color: #fff;
	line-height: 30px;
}


.ipleft div.center p{
	/*position: absolute;
	right: -40px;
	top: 0;*/
	font-size: 8px;
	/*height: 50px;*/
/*	line-height: 50px;*/
	background: transparent;
	overflow: hidden;
	color: #fff;
	margin-bottom: 0;
	opacity: 1;
	
}

 .ipleft  div.center:hover p
 {
 	opacity: 1;
 	
 }
/*.ipleft div.center p:first-child{
	
	border-top:none;
}*/


