
.roundcorner {
	width: 10px;
	height: 10px;
	
	margin: 0px;
	padding: 0px;
	
	position: absolute;
}

.roundul {
	/* background: url(../Images/itembackground_ul.gif) no-repeat top left; */
	background: url(data:image/gif;base64,R0lGODdhBQAFAIABAPT0/////ywAAAAABQAFAAACB4wDBovr/woAOw%3D%3D) no-repeat top left;

	top: 0px;
	left: 0px;
}
.roundur {
	/* background: url(../Images/itembackground_ur.gif) no-repeat top right; */
	background: url(data:image/gif;base64,R0lGODdhBQAFAIABAPT0/////ywAAAAABQAFAAACB0QeoKfb3woAOw%3D%3D) no-repeat top right;

	top: 0px;
	right: 0px;
}
.roundlr {
	/* background: url(../Images/itembackground_lr.gif) no-repeat bottom right; */
	background: url(data:image/gif;base64,R0lGODdhBQAFAIABAPT0/////ywAAAAABQAFAAACB4SPGBfbXQAAOw%3D%3D) no-repeat bottom right;

	bottom: 0px;
	right: 0px;
}
.roundll {
	/* background: url(../Images/itembackground_ll.gif) no-repeat bottom left; */
	background: url(data:image/gif;base64,R0lGODdhBQAFAIABAPT0/////ywAAAAABQAFAAACB4SPkWrhWgAAOw%3D%3D) no-repeat bottom left;

	bottom: 0px;
	left: 0px;
}
