.roundpic0004_pic{
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
}

img.roundpic0004_img-responsive3{
max-height:100%;
max-width:100%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
}

.roundpic0004_overflow{
position:relative;
width:100%;
}

.a_roundpic0004_pic img{
-moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
transition:all 0.3s;	
}

.a_roundpic0004_pic:hover img{
-moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
transition:all 0.3s;	
FILTER:alpha(opacity=80); 
opacity:0.8;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity:0.8;
}