.pricebox {
	text-align:left;
}

.priceboxdollars {
	position:relative;
	height:49px;
}

.priceboxcents {
	position:relative;
	height:16px;
}

.priceboxper {
	position:relative;
	background:url(/ART/pricebox/per.png) 0 0 no-repeat;
	width:23px;
	height:13px;
}

.priceboxperunit {
	position:relative;
	width:43px;
	height:13px;
}

/*--- DOLLAR AMOUNTS IMAGES ---------*/
#priceboxd0 {
	background:url(/ART/pricebox/dollars/0.png) 0 0 no-repeat;
}

#priceboxd1 {
	background:url(/ART/pricebox/dollars/1.png) 0 0 no-repeat;
}

#priceboxd2 {
	background:url(/ART/pricebox/dollars/2.png) 0 0 no-repeat;
}

#priceboxd3 {
	background:url(/ART/pricebox/dollars/3.png) 0 0 no-repeat;
}

#priceboxd4 {
	background:url(/ART/pricebox/dollars/4.png) 0 0 no-repeat;
}

#priceboxd5 {
	background:url(/ART/pricebox/dollars/5.png) 0 0 no-repeat;
}

#priceboxd6 {
	background:url(/ART/pricebox/dollars/6.png) 0 0 no-repeat;
}

#priceboxd7 {
	background:url(/ART/pricebox/dollars/7.png) 0 0 no-repeat;
}

#priceboxd8 {
	background:url(/ART/pricebox/dollars/8.png) 0 0 no-repeat;
}

#priceboxd9 {
	background:url(/ART/pricebox/dollars/9.png) 0 0 no-repeat;
}

/*--- CENTS AMOUNTS IMAGES ----------*/
#priceboxc0 {
	background:url(/ART/pricebox/cents/0.png) 0 0 no-repeat;
}

#priceboxc1 {
	background:url(/ART/pricebox/cents/1.png) 0 0 no-repeat;
}

#priceboxc2 {
	background:url(/ART/pricebox/cents/2.png) 0 0 no-repeat;
}

#priceboxc3 {
	background:url(/ART/pricebox/cents/3.png) 0 0 no-repeat;
}

#priceboxc4 {
	background:url(/ART/pricebox/cents/4.png) 0 0 no-repeat;
}

#priceboxc5 {
	background:url(/ART/pricebox/cents/5.png) 0 0 no-repeat;
}

#priceboxc6 {
	background:url(/ART/pricebox/cents/6.png) 0 0 no-repeat;
}

#priceboxc7 {
	background:url(/ART/pricebox/cents/7.png) 0 0 no-repeat;
}

#priceboxc8 {
	background:url(/ART/pricebox/cents/8.png) 0 0 no-repeat;
}

#priceboxc9 {
	background:url(/ART/pricebox/cents/9.png) 0 0 no-repeat;
}

/*--- PER UNIT IMAGES ---------------*/

#priceboxumonth {
	background:url(/ART/pricebox/month.png) 0 0 no-repeat;
}

