.roundedphoto {
	font-size:100%;
	text-decoration:none;
	line-height:normal;
	margin: 0px;
	position: relative;
	width: 60px;
	height: 60px;
	float: left;
}
.roundedphoto img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;

	
}
.roundedphoto span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(../images/roundedphoto/digg-style.gif) no-repeat;
}
.roundedphoto a {
	text-decoration: none;
}

.roundedsample8 span {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	background: url(../images/roundedphoto/round-corner50x50.png) no-repeat;
}
.roundedsample8 img {
	border: none;
	padding: 5px 5px 5px;
	background: url(../images/roundedphoto/round-bg50x50.gif) no-repeat;
}
