.demo1 {
	
float:left;
clear:both;
width:100%;
height:130px;
overflow:hidden;
position:relative;

}

.demo1 .inside {
position:absolute;
top:50%;
left:0;
height:75px;
margin-top:-40px;
margin-left:260px;
}

.demo1 a {

display:block;
position:absolute;
width:75px;
height:75px;
overflow:hidden;
-moz-border-radius:100px;
-webkit-border-radius:100px;
border-radius:75px;
border:5px solid #fff;
}


