.triple_table {
	width: 510px;
	margin: 0px 0px 0px 5px;
	}

.triple_top {
	width: 170px; 
	height: 10px; 
	font-size: 1px; 
	background: url(images/bkg_triple_top.png) no-repeat;
	}

.triple_photos {
	text-align: center;
	vertical-align: middle;
	width: 170px; 
	height: 101px; 
	background: url(images/bkg_triple_body.png) repeat-y;
	}

.triple_photos img {
	margin: 0px 9px;
	padding: 0px;
	}

.triple_captions { /* The CELL that holds the captions */
	width: 170px; 
	background: url(images/bkg_triple_caption.png) repeat-y; 
	vertical-align: top;
	}

.triple_caption { /* The CAPTIONS themselves */
	margin: 0px 9px;
	padding: 4px 5px;
	border-color: #000;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666;
	}

.triple_buttons {
	width: 170px; 
	height: 24px; 
	background: url(images/bkg_triple_bottom.png) no-repeat;
	}

.triple_buynow {
	width: 85px;
	height: 24px;
	background: url(images/bkg_triple_bottom.png) no-repeat left;
	vertical-align: top;
	text-align: left;
	}

.triple_details {
	width: 85px;
	height: 24px;
	background: url(images/bkg_triple_bottom.png) no-repeat right;
	vertical-align: top;
	text-align: right;
	}

.triple_table .no_bkg {
	background: url();
	}