@CHARSET "ISO-8859-1"; .image img {
    display: block;
} .image {
    position: relative;
    float: left;
} .image span {
    width: 25px;
    height: 25px;
    font-size: 0;
    background-image: url(../images/rounded-corners.png);
    position: absolute;
} .tl {
    top: 0;
    left: 0;
} .tr {
    top: 0;
    right: 0;
    background-position: 25px 0;
} .bl {
    bottom: 0;
    left: 0;
    background-position: 0 25px;
} .br {
    bottom: 0;
    right: 0;
    background-position: 25px 25px;
}
.br, .tr, .tl, .bl {
	margin: -2px;
}
.image_large img {
    display: block;
} .image_large {
    position: relative;
    float: left;
}
.image_large span {
    width: 50px;
    height: 50px;
    font-size: 0;
    background-image: url(../images/rounded-corners_large.png);
    position: absolute;
}
.tl_large {
    top: 0;
    left: 0;
} .tr_large {
    top: 0;
    right: 0;
    background-position: 50px 0;
} .bl_large {
    bottom: 0;
    left: 0;
    background-position: 0 50px;
} .br_large {
    bottom: 0;
    right: 0;
    background-position: 50px 50px;
}
.br_large, .tr_large, .tl_large, .bl_large {
	margin: 0;
}