.side1_ctl, .side1_ctr, .side1_cbl, .side1_cbr,
.side2_ctl, .side2_ctr, .side2_cbl, .side2_cbr,
.side3_ctl, .side3_ctr, .side3_cbl, .side3_cbr, 
.main_ctl, .main_ctr, .main_cbl, .main_cbr
{
	position: absolute;
	display: inline;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background: url(/images/front_sprite.png);
}

.side1_ctl, .side2_ctl, .side3_ctl, .main_ctl {
	top: 0px;
	left: 0px;
	background-position:0 -590px;
	/* background-image: url(/images/topleft-BBB.png); */
}

.side1_ctr, .side2_ctr, .side3_ctr, .main_ctr {
	top: 0px;
	right: 0px;
	background-position:0 -602px;
	/* background-image: url(/images/topright-BBB.png);*/
}

.side1_cbl, .side2_cbl, .side3_cbl, .main_cbl {
	bottom: 0px;
	left: 0px;
	background-position:0 -614px;
	/* background-image: url(/images/bottomleft-BBB.png); */
}

.side1_cbr, .side2_cbr, .side3_cbr, .main_cbr {
	bottom: 0px;
	right: 0px;
	background-position:0 -626px;
	/* background-image: url(/images/bottomright-BBB.png); */
}

/* turn off images if supporting native corners */
/*.borderradius .main_ctl, .borderradius .main_ctr, .borderradius .main_cbl, .borderradius .main_cbr,
.borderradius .side1_ctl, .borderradius .side1_ctr, .borderradius .side1_cbl, .borderradius .side1_cbr,
.borderradius .side2_ctl, .borderradius .side2_ctr, .borderradius .side2_cbl, .borderradius .side2_cbr,
.borderradius .side3_ctl, .borderradius .side3_ctr, .borderradius .side3_cbl, .borderradius .side3_cbr
{
	display: none;
}*/

