@charset "UTF-8";
/* CSS Document */
.roundedImage{
	border: solid 1px #666666;
    overflow:hidden;
    -webkit-border-radius:50px;  
    -moz-border-radius:50px;
    border-radius:50px;
    width:90px;  
    height:90px;
}